Struct Ahb1rstr1
#[repr(transparent)]pub struct Ahb1rstr1(pub u32);Expand description
RCC AHB1 peripheral reset register 1.
Tuple Fields§
§0: u32Implementations§
§impl Ahb1rstr1
impl Ahb1rstr1
pub fn set_gpdma1rst(&mut self, val: bool)
pub fn set_gpdma1rst(&mut self, val: bool)
GPDMA1 reset.
pub fn set_adf1rst(&mut self, val: bool)
pub fn set_adf1rst(&mut self, val: bool)
ADF1 reset.
pub fn set_crcrst(&mut self, val: bool)
pub fn set_crcrst(&mut self, val: bool)
CRC reset.
pub fn set_tscrst(&mut self, val: bool)
pub fn set_tscrst(&mut self, val: bool)
TSC reset.
pub fn set_ramcfgrst(&mut self, val: bool)
pub fn set_ramcfgrst(&mut self, val: bool)
RAMCFG reset.
Trait Implementations§
impl Copy for Ahb1rstr1
impl Eq for Ahb1rstr1
impl StructuralPartialEq for Ahb1rstr1
Auto Trait Implementations§
impl Freeze for Ahb1rstr1
impl RefUnwindSafe for Ahb1rstr1
impl Send for Ahb1rstr1
impl Sync for Ahb1rstr1
impl Unpin for Ahb1rstr1
impl UnwindSafe for Ahb1rstr1
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