Struct stm32_metapac::rcc::regs::Ahb3smenr
#[repr(transparent)]pub struct Ahb3smenr(pub u32);
Expand description
AHB3 peripheral clocks enable in Sleep and Stop modes register
Tuple Fields§
§0: u32
Implementations§
§impl Ahb3smenr
impl Ahb3smenr
pub fn set_pkasmen(&mut self, val: bool)
pub fn set_pkasmen(&mut self, val: bool)
PKA accelerator clock enable during CPU1 CSleep mode.
pub fn set_aessmen(&mut self, val: bool)
pub fn set_aessmen(&mut self, val: bool)
AES accelerator clock enable during CPU1 CSleep mode.
pub fn set_rngsmen(&mut self, val: bool)
pub fn set_rngsmen(&mut self, val: bool)
True RNG clocks enable during CPU1 Csleep and CStop modes
pub fn set_sram1smen(&mut self, val: bool)
pub fn set_sram1smen(&mut self, val: bool)
SRAM1 interface clock enable during CPU1 CSleep mode.
pub fn set_sram2smen(&mut self, val: bool)
pub fn set_sram2smen(&mut self, val: bool)
SRAM2 memory interface clock enable during CPU1 CSleep mode
pub fn set_flashsmen(&mut self, val: bool)
pub fn set_flashsmen(&mut self, val: bool)
Flash interface clock enable during CPU1 CSleep mode.
Trait Implementations§
impl Copy for Ahb3smenr
impl Eq for Ahb3smenr
impl StructuralPartialEq for Ahb3smenr
Auto Trait Implementations§
impl Freeze for Ahb3smenr
impl RefUnwindSafe for Ahb3smenr
impl Send for Ahb3smenr
impl Sync for Ahb3smenr
impl Unpin for Ahb3smenr
impl UnwindSafe for Ahb3smenr
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
)