Struct Ahbsmenr
#[repr(transparent)]pub struct Ahbsmenr(pub u32);
Expand description
AHB peripheral clock enable in sleep mode register
Tuple Fields§
§0: u32
Implementations§
§impl Ahbsmenr
impl Ahbsmenr
pub fn set_dma1smen(&mut self, val: bool)
pub fn set_dma1smen(&mut self, val: bool)
DMA clock enable during sleep mode
pub fn set_mifsmen(&mut self, val: bool)
pub fn set_mifsmen(&mut self, val: bool)
NVM interface clock enable during sleep mode
pub fn set_sramsmen(&mut self, val: bool)
pub fn set_sramsmen(&mut self, val: bool)
SRAM interface clock enable during sleep mode
pub fn set_crcsmen(&mut self, val: bool)
pub fn set_crcsmen(&mut self, val: bool)
CRC clock enable during sleep mode
pub fn set_touchsmen(&mut self, val: bool)
pub fn set_touchsmen(&mut self, val: bool)
Touch Sensing clock enable during sleep mode
pub fn set_rngsmen(&mut self, val: bool)
pub fn set_rngsmen(&mut self, val: bool)
Random Number Generator clock enable during sleep mode
pub fn set_crypsmen(&mut self, val: bool)
pub fn set_crypsmen(&mut self, val: bool)
Crypto clock enable during sleep mode
Trait Implementations§
impl Copy for Ahbsmenr
impl Eq for Ahbsmenr
impl StructuralPartialEq for Ahbsmenr
Auto Trait Implementations§
impl Freeze for Ahbsmenr
impl RefUnwindSafe for Ahbsmenr
impl Send for Ahbsmenr
impl Sync for Ahbsmenr
impl Unpin for Ahbsmenr
impl UnwindSafe for Ahbsmenr
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