Struct stm32_metapac::rcc::regs::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_tscsmen(&mut self, val: bool)
pub fn set_tscsmen(&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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)