Struct Ahbrstr
#[repr(transparent)]pub struct Ahbrstr(pub u32);Expand description
AHB peripheral reset register
Tuple Fields§
§0: u32Implementations§
§impl Ahbrstr
impl Ahbrstr
pub const fn set_dma1rst(&mut self, val: bool)
pub const fn set_dma1rst(&mut self, val: bool)
DMA reset
pub const fn set_mifrst(&mut self, val: bool)
pub const fn set_mifrst(&mut self, val: bool)
Memory interface reset
pub const fn set_crcrst(&mut self, val: bool)
pub const fn set_crcrst(&mut self, val: bool)
Test integration module reset
pub const fn set_tscrst(&mut self, val: bool)
pub const fn set_tscrst(&mut self, val: bool)
Touch Sensing reset
pub const fn set_rngrst(&mut self, val: bool)
pub const fn set_rngrst(&mut self, val: bool)
Random Number Generator module reset
pub const fn set_cryprst(&mut self, val: bool)
pub const fn set_cryprst(&mut self, val: bool)
Crypto module reset
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