Struct stm32_metapac::rcc::regs::Ahb4lpenr
#[repr(transparent)]pub struct Ahb4lpenr(pub u32);
Expand description
RCC AHB4 sleep clock register
Tuple Fields§
§0: u32
Implementations§
§impl Ahb4lpenr
impl Ahb4lpenr
pub const fn otfdec1lpen(&self) -> bool
pub const fn otfdec1lpen(&self) -> bool
OTFDEC1 clock enable during sleep mode Set and reset by software.
pub fn set_otfdec1lpen(&mut self, val: bool)
pub fn set_otfdec1lpen(&mut self, val: bool)
OTFDEC1 clock enable during sleep mode Set and reset by software.
pub const fn sdmmc1lpen(&self) -> bool
pub const fn sdmmc1lpen(&self) -> bool
SDMMC1 and SDMMC1 delay peripheral clock enable during sleep mode Set and reset by software
pub fn set_sdmmc1lpen(&mut self, val: bool)
pub fn set_sdmmc1lpen(&mut self, val: bool)
SDMMC1 and SDMMC1 delay peripheral clock enable during sleep mode Set and reset by software
pub const fn sdmmc2lpen(&self) -> bool
pub const fn sdmmc2lpen(&self) -> bool
SDMMC2 and SDMMC2 delay peripheral clock enable during sleep mode Set and reset by software.
pub fn set_sdmmc2lpen(&mut self, val: bool)
pub fn set_sdmmc2lpen(&mut self, val: bool)
SDMMC2 and SDMMC2 delay peripheral clock enable during sleep mode Set and reset by software.
pub fn set_fmclpen(&mut self, val: bool)
pub fn set_fmclpen(&mut self, val: bool)
FMC clock enable during sleep mode Set and reset by software.
pub const fn octospi1lpen(&self) -> bool
pub const fn octospi1lpen(&self) -> bool
OCTOSPI1 clock enable during sleep mode Set and reset by software.
pub fn set_octospi1lpen(&mut self, val: bool)
pub fn set_octospi1lpen(&mut self, val: bool)
OCTOSPI1 clock enable during sleep mode Set and reset by software.
Trait Implementations§
impl Copy for Ahb4lpenr
impl Eq for Ahb4lpenr
impl StructuralPartialEq for Ahb4lpenr
Auto Trait Implementations§
impl Freeze for Ahb4lpenr
impl RefUnwindSafe for Ahb4lpenr
impl Send for Ahb4lpenr
impl Sync for Ahb4lpenr
impl Unpin for Ahb4lpenr
impl UnwindSafe for Ahb4lpenr
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
)