Struct stm32_metapac::rcc::regs::Apb1lpenr
#[repr(transparent)]pub struct Apb1lpenr(pub u32);
Expand description
APB1 peripheral clock enable in low power mode register
Tuple Fields§
§0: u32
Implementations§
§impl Apb1lpenr
impl Apb1lpenr
pub fn set_tim2lpen(&mut self, val: bool)
pub fn set_tim2lpen(&mut self, val: bool)
Timer 2 clock enable during Sleep mode
pub fn set_tim3lpen(&mut self, val: bool)
pub fn set_tim3lpen(&mut self, val: bool)
Timer 3 clock enable during Sleep mode
pub fn set_tim4lpen(&mut self, val: bool)
pub fn set_tim4lpen(&mut self, val: bool)
Timer 4 clock enable during Sleep mode
pub fn set_tim6lpen(&mut self, val: bool)
pub fn set_tim6lpen(&mut self, val: bool)
Timer 6 clock enable during Sleep mode
pub fn set_tim7lpen(&mut self, val: bool)
pub fn set_tim7lpen(&mut self, val: bool)
Timer 7 clock enable during Sleep mode
pub fn set_lcdlpen(&mut self, val: bool)
pub fn set_lcdlpen(&mut self, val: bool)
LCD clock enable during Sleep mode
pub fn set_wwdglpen(&mut self, val: bool)
pub fn set_wwdglpen(&mut self, val: bool)
Window watchdog clock enable during Sleep mode
pub fn set_spi2lpen(&mut self, val: bool)
pub fn set_spi2lpen(&mut self, val: bool)
SPI 2 clock enable during Sleep mode
pub const fn usart2lpen(&self) -> bool
pub const fn usart2lpen(&self) -> bool
USART 2 clock enable during Sleep mode
pub fn set_usart2lpen(&mut self, val: bool)
pub fn set_usart2lpen(&mut self, val: bool)
USART 2 clock enable during Sleep mode
pub const fn usart3lpen(&self) -> bool
pub const fn usart3lpen(&self) -> bool
USART 3 clock enable during Sleep mode
pub fn set_usart3lpen(&mut self, val: bool)
pub fn set_usart3lpen(&mut self, val: bool)
USART 3 clock enable during Sleep mode
pub fn set_i2c1lpen(&mut self, val: bool)
pub fn set_i2c1lpen(&mut self, val: bool)
I2C 1 clock enable during Sleep mode
pub fn set_i2c2lpen(&mut self, val: bool)
pub fn set_i2c2lpen(&mut self, val: bool)
I2C 2 clock enable during Sleep mode
pub fn set_usblpen(&mut self, val: bool)
pub fn set_usblpen(&mut self, val: bool)
USB clock enable during Sleep mode
pub fn set_pwrlpen(&mut self, val: bool)
pub fn set_pwrlpen(&mut self, val: bool)
Power interface clock enable during Sleep mode
pub fn set_daclpen(&mut self, val: bool)
pub fn set_daclpen(&mut self, val: bool)
DAC interface clock enable during Sleep mode
pub fn set_complpen(&mut self, val: bool)
pub fn set_complpen(&mut self, val: bool)
COMP interface clock enable during Sleep mode
Trait Implementations§
impl Copy for Apb1lpenr
impl Eq for Apb1lpenr
impl StructuralPartialEq for Apb1lpenr
Auto Trait Implementations§
impl Freeze for Apb1lpenr
impl RefUnwindSafe for Apb1lpenr
impl Send for Apb1lpenr
impl Sync for Apb1lpenr
impl Unpin for Apb1lpenr
impl UnwindSafe for Apb1lpenr
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
)