Struct Ahbrstr
#[repr(transparent)]pub struct Ahbrstr(pub u32);Expand description
AHBRSTR register.
Tuple Fields§
§0: u32Implementations§
§impl Ahbrstr
impl Ahbrstr
pub fn set_dmarst(&mut self, val: bool)
pub fn set_dmarst(&mut self, val: bool)
DMA and DMAMUX reset Set and reset by software.
pub fn set_gpioarst(&mut self, val: bool)
pub fn set_gpioarst(&mut self, val: bool)
GPIOA reset Set and reset by software.
pub fn set_gpiobrst(&mut self, val: bool)
pub fn set_gpiobrst(&mut self, val: bool)
GPIOB reset Set and reset by software.
pub fn set_crcrst(&mut self, val: bool)
pub fn set_crcrst(&mut self, val: bool)
CRC reset Set and reset by software.
pub fn set_pkarst(&mut self, val: bool)
pub fn set_pkarst(&mut self, val: bool)
PKA reset Set and reset by software.
pub fn set_rngrst(&mut self, val: bool)
pub fn set_rngrst(&mut self, val: bool)
RNG reset Set and reset by software.
Trait Implementations§
impl Copy for Ahbrstr
impl Eq for Ahbrstr
impl StructuralPartialEq for Ahbrstr
Auto Trait Implementations§
impl Freeze for Ahbrstr
impl RefUnwindSafe for Ahbrstr
impl Send for Ahbrstr
impl Sync for Ahbrstr
impl Unpin for Ahbrstr
impl UnwindSafe for Ahbrstr
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more