Struct stm32_metapac::rcc::regs::Ahb3lpenr
#[repr(transparent)]pub struct Ahb3lpenr(pub u32);
Expand description
AHB3 peripheral clock enable in low power mode register
Tuple Fields§
§0: u32
Implementations§
§impl Ahb3lpenr
impl Ahb3lpenr
pub fn set_fmclpen(&mut self, val: bool)
pub fn set_fmclpen(&mut self, val: bool)
Flexible memory controller module clock enable during Sleep mode
pub const fn quadspilpen(&self) -> bool
pub const fn quadspilpen(&self) -> bool
Quand SPI memory controller clock enable during Sleep mode
pub fn set_quadspilpen(&mut self, val: bool)
pub fn set_quadspilpen(&mut self, val: bool)
Quand SPI memory controller clock enable during Sleep mode
Trait Implementations§
impl Copy for Ahb3lpenr
impl Eq for Ahb3lpenr
impl StructuralPartialEq for Ahb3lpenr
Auto Trait Implementations§
impl Freeze for Ahb3lpenr
impl RefUnwindSafe for Ahb3lpenr
impl Send for Ahb3lpenr
impl Sync for Ahb3lpenr
impl Unpin for Ahb3lpenr
impl UnwindSafe for Ahb3lpenr
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
)