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 fmcsmen(&self) -> bool
pub const fn fmcsmen(&self) -> bool
Flexible memory controller clocks enable during Sleep and Stop modes
pub fn set_fmcsmen(&mut self, val: bool)
pub fn set_fmcsmen(&mut self, val: bool)
Flexible memory controller clocks enable during Sleep and Stop modes
pub const fn octospi1smen(&self) -> bool
pub const fn octospi1smen(&self) -> bool
OctoSPI1 memory interface clocks enable during Sleep and Stop modes
pub fn set_octospi1smen(&mut self, val: bool)
pub fn set_octospi1smen(&mut self, val: bool)
OctoSPI1 memory interface clocks enable during Sleep and Stop modes
pub const fn octospi2smen(&self) -> bool
pub const fn octospi2smen(&self) -> bool
OctoSPI2 memory interface clocks enable during Sleep and Stop modes
pub fn set_octospi2smen(&mut self, val: bool)
pub fn set_octospi2smen(&mut self, val: bool)
OctoSPI2 memory interface clocks enable during Sleep and Stop modes
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
)