pub struct R(_);
Expand description
Register APB1LPENR
reader
Implementations
sourceimpl R
impl R
sourcepub fn i2c3lpen(&self) -> I2C3LPEN_R
pub fn i2c3lpen(&self) -> I2C3LPEN_R
Bit 23 - I2C3 clock enable during Sleep mode
sourcepub fn i2c2lpen(&self) -> I2C2LPEN_R
pub fn i2c2lpen(&self) -> I2C2LPEN_R
Bit 22 - I2C2 clock enable during Sleep mode
sourcepub fn i2c1lpen(&self) -> I2C1LPEN_R
pub fn i2c1lpen(&self) -> I2C1LPEN_R
Bit 21 - I2C1 clock enable during Sleep mode
sourcepub fn usart2lpen(&self) -> USART2LPEN_R
pub fn usart2lpen(&self) -> USART2LPEN_R
Bit 17 - USART2 clock enable during Sleep mode
sourcepub fn spi3lpen(&self) -> SPI3LPEN_R
pub fn spi3lpen(&self) -> SPI3LPEN_R
Bit 15 - SPI3 clock enable during Sleep mode
sourcepub fn spi2lpen(&self) -> SPI2LPEN_R
pub fn spi2lpen(&self) -> SPI2LPEN_R
Bit 14 - SPI2 clock enable during Sleep mode
sourcepub fn wwdglpen(&self) -> WWDGLPEN_R
pub fn wwdglpen(&self) -> WWDGLPEN_R
Bit 11 - Window watchdog clock enable during Sleep mode
sourcepub fn tim5lpen(&self) -> TIM5LPEN_R
pub fn tim5lpen(&self) -> TIM5LPEN_R
Bit 3 - TIM5 clock enable during Sleep mode
sourcepub fn tim4lpen(&self) -> TIM4LPEN_R
pub fn tim4lpen(&self) -> TIM4LPEN_R
Bit 2 - TIM4 clock enable during Sleep mode
sourcepub fn tim3lpen(&self) -> TIM3LPEN_R
pub fn tim3lpen(&self) -> TIM3LPEN_R
Bit 1 - TIM3 clock enable during Sleep mode
sourcepub fn tim2lpen(&self) -> TIM2LPEN_R
pub fn tim2lpen(&self) -> TIM2LPEN_R
Bit 0 - TIM2 clock enable during Sleep mode
Methods from Deref<Target = R<APB1LPENR_SPEC>>
Trait Implementations
sourceimpl From<R<APB1LPENR_SPEC>> for R
impl From<R<APB1LPENR_SPEC>> for R
sourcefn from(reader: R<APB1LPENR_SPEC>) -> Self
fn from(reader: R<APB1LPENR_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more