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 const fn quadspismen(&self) -> bool
pub const fn quadspismen(&self) -> bool
QUADSPISMEN
pub fn set_quadspismen(&mut self, val: bool)
pub fn set_quadspismen(&mut self, val: bool)
QUADSPISMEN
pub fn set_pkasmen(&mut self, val: bool)
pub fn set_pkasmen(&mut self, val: bool)
PKA accelerator clocks enable during CPU1 sleep mode
pub fn set_aes2smen(&mut self, val: bool)
pub fn set_aes2smen(&mut self, val: bool)
AES2 accelerator clocks enable during CPU1 sleep mode
pub fn set_rngsmen(&mut self, val: bool)
pub fn set_rngsmen(&mut self, val: bool)
True RNG clocks enable during CPU1 sleep mode
pub const fn sram2smen(&self) -> bool
pub const fn sram2smen(&self) -> bool
SRAM2a and SRAM2b memory interface clocks enable during CPU1 sleep mode
pub fn set_sram2smen(&mut self, val: bool)
pub fn set_sram2smen(&mut self, val: bool)
SRAM2a and SRAM2b memory interface clocks enable during CPU1 sleep mode
pub fn set_flashsmen(&mut self, val: bool)
pub fn set_flashsmen(&mut self, val: bool)
Flash interface clocks enable during CPU1 sleep 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
)