pub struct R(_);
Expand description
Register APB1LPENR
reader
Implementations
sourceimpl R
impl R
sourcepub fn pwrlpen(&self) -> BitReaderRaw<TIM2LPEN_A>
pub fn pwrlpen(&self) -> BitReaderRaw<TIM2LPEN_A>
Bit 28 - Power interface clock enable during Sleep mode
sourcepub fn i2c3lpen(&self) -> BitReaderRaw<TIM2LPEN_A>
pub fn i2c3lpen(&self) -> BitReaderRaw<TIM2LPEN_A>
Bit 23 - I2C3 clock enable during Sleep mode
sourcepub fn i2c2lpen(&self) -> BitReaderRaw<TIM2LPEN_A>
pub fn i2c2lpen(&self) -> BitReaderRaw<TIM2LPEN_A>
Bit 22 - I2C2 clock enable during Sleep mode
sourcepub fn i2c1lpen(&self) -> BitReaderRaw<TIM2LPEN_A>
pub fn i2c1lpen(&self) -> BitReaderRaw<TIM2LPEN_A>
Bit 21 - I2C1 clock enable during Sleep mode
sourcepub fn usart2lpen(&self) -> BitReaderRaw<TIM2LPEN_A>
pub fn usart2lpen(&self) -> BitReaderRaw<TIM2LPEN_A>
Bit 17 - USART2 clock enable during Sleep mode
sourcepub fn spi3lpen(&self) -> BitReaderRaw<TIM2LPEN_A>
pub fn spi3lpen(&self) -> BitReaderRaw<TIM2LPEN_A>
Bit 15 - SPI3 clock enable during Sleep mode
sourcepub fn spi2lpen(&self) -> BitReaderRaw<TIM2LPEN_A>
pub fn spi2lpen(&self) -> BitReaderRaw<TIM2LPEN_A>
Bit 14 - SPI2 clock enable during Sleep mode
sourcepub fn wwdglpen(&self) -> BitReaderRaw<TIM2LPEN_A>
pub fn wwdglpen(&self) -> BitReaderRaw<TIM2LPEN_A>
Bit 11 - Window watchdog clock enable during Sleep mode
sourcepub fn tim5lpen(&self) -> BitReaderRaw<TIM2LPEN_A>
pub fn tim5lpen(&self) -> BitReaderRaw<TIM2LPEN_A>
Bit 3 - TIM5 clock enable during Sleep mode
sourcepub fn tim4lpen(&self) -> BitReaderRaw<TIM2LPEN_A>
pub fn tim4lpen(&self) -> BitReaderRaw<TIM2LPEN_A>
Bit 2 - TIM4 clock enable during Sleep mode
sourcepub fn tim3lpen(&self) -> BitReaderRaw<TIM2LPEN_A>
pub fn tim3lpen(&self) -> BitReaderRaw<TIM2LPEN_A>
Bit 1 - TIM3 clock enable during Sleep mode
sourcepub fn tim2lpen(&self) -> BitReaderRaw<TIM2LPEN_A>
pub fn tim2lpen(&self) -> BitReaderRaw<TIM2LPEN_A>
Bit 0 - TIM2 clock enable during Sleep mode
Methods from Deref<Target = R<APB1LPENR_SPEC>>
sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations
sourceimpl From<R<APB1LPENR_SPEC>> for R
impl From<R<APB1LPENR_SPEC>> for R
sourcefn from(reader: R<APB1LPENR_SPEC>) -> R
fn from(reader: R<APB1LPENR_SPEC>) -> R
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