Struct stm32_metapac::rcc::regs::Apb3lpenr
#[repr(transparent)]pub struct Apb3lpenr(pub u32);
Expand description
RCC APB3 sleep clock register
Tuple Fields§
§0: u32
Implementations§
§impl Apb3lpenr
impl Apb3lpenr
pub const fn syscfglpen(&self) -> bool
pub const fn syscfglpen(&self) -> bool
SBS clock enable during sleep mode Set and reset by software.
pub fn set_syscfglpen(&mut self, val: bool)
pub fn set_syscfglpen(&mut self, val: bool)
SBS clock enable during sleep mode Set and reset by software.
pub const fn lpuart1lpen(&self) -> bool
pub const fn lpuart1lpen(&self) -> bool
LPUART1 clock enable during sleep mode Set and reset by software.
pub fn set_lpuart1lpen(&mut self, val: bool)
pub fn set_lpuart1lpen(&mut self, val: bool)
LPUART1 clock enable during sleep mode Set and reset by software.
pub fn set_i3c2lpen(&mut self, val: bool)
pub fn set_i3c2lpen(&mut self, val: bool)
I3C2 clock enable during sleep mode Set and reset by software.
pub const fn lptim1lpen(&self) -> bool
pub const fn lptim1lpen(&self) -> bool
LPTIM1 clock enable during sleep mode Set and reset by software.
pub fn set_lptim1lpen(&mut self, val: bool)
pub fn set_lptim1lpen(&mut self, val: bool)
LPTIM1 clock enable during sleep mode Set and reset by software.
pub fn set_vreflpen(&mut self, val: bool)
pub fn set_vreflpen(&mut self, val: bool)
VREF clock enable during sleep mode Set and reset by software.
pub const fn rtcapblpen(&self) -> bool
pub const fn rtcapblpen(&self) -> bool
RTC APB interface clock enable during sleep mode Set and reset by software.
pub fn set_rtcapblpen(&mut self, val: bool)
pub fn set_rtcapblpen(&mut self, val: bool)
RTC APB interface clock enable during sleep mode Set and reset by software.
Trait Implementations§
impl Copy for Apb3lpenr
impl Eq for Apb3lpenr
impl StructuralPartialEq for Apb3lpenr
Auto Trait Implementations§
impl Freeze for Apb3lpenr
impl RefUnwindSafe for Apb3lpenr
impl Send for Apb3lpenr
impl Sync for Apb3lpenr
impl Unpin for Apb3lpenr
impl UnwindSafe for Apb3lpenr
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
)