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 spi5lpen(&self) -> bool
pub const fn spi5lpen(&self) -> bool
SPI5 clock enable during Slsleepeep mode Set and reset by software.
pub fn set_spi5lpen(&mut self, val: bool)
pub fn set_spi5lpen(&mut self, val: bool)
SPI5 clock enable during Slsleepeep 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_i2c3lpen(&mut self, val: bool)
pub fn set_i2c3lpen(&mut self, val: bool)
I2C3 clock enable during sleep mode Set and reset by software.
pub fn set_i2c4lpen(&mut self, val: bool)
pub fn set_i2c4lpen(&mut self, val: bool)
I2C4 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 const fn lptim3lpen(&self) -> bool
pub const fn lptim3lpen(&self) -> bool
LPTIM3 clock enable during sleep mode Set and reset by software.
pub fn set_lptim3lpen(&mut self, val: bool)
pub fn set_lptim3lpen(&mut self, val: bool)
LPTIM3 clock enable during sleep mode Set and reset by software.
pub const fn lptim4lpen(&self) -> bool
pub const fn lptim4lpen(&self) -> bool
LPTIM4 clock enable during sleep mode Set and reset by software.
pub fn set_lptim4lpen(&mut self, val: bool)
pub fn set_lptim4lpen(&mut self, val: bool)
LPTIM4 clock enable during sleep mode Set and reset by software.
pub const fn lptim5lpen(&self) -> bool
pub const fn lptim5lpen(&self) -> bool
LPTIM5 clock enable during sleep mode Set and reset by software.
pub fn set_lptim5lpen(&mut self, val: bool)
pub fn set_lptim5lpen(&mut self, val: bool)
LPTIM5 clock enable during sleep mode Set and reset by software.
pub const fn lptim6lpen(&self) -> bool
pub const fn lptim6lpen(&self) -> bool
LPTIM6 clock enable during sleep mode Set and reset by software.
pub fn set_lptim6lpen(&mut self, val: bool)
pub fn set_lptim6lpen(&mut self, val: bool)
LPTIM6 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
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)
clone_to_uninit
)