pub struct R(_);
Expand description
Register APB2LPENR
reader
Implementations
sourceimpl R
impl R
sourcepub fn tim11lpen(&self) -> BitReaderRaw<TIM1LPEN_A>
pub fn tim11lpen(&self) -> BitReaderRaw<TIM1LPEN_A>
Bit 18 - TIM11 clock enable during Sleep mode
sourcepub fn tim10lpen(&self) -> BitReaderRaw<TIM1LPEN_A>
pub fn tim10lpen(&self) -> BitReaderRaw<TIM1LPEN_A>
Bit 17 - TIM10 clock enable during Sleep mode
sourcepub fn tim9lpen(&self) -> BitReaderRaw<TIM1LPEN_A>
pub fn tim9lpen(&self) -> BitReaderRaw<TIM1LPEN_A>
Bit 16 - TIM9 clock enable during sleep mode
sourcepub fn syscfglpen(&self) -> BitReaderRaw<TIM1LPEN_A>
pub fn syscfglpen(&self) -> BitReaderRaw<TIM1LPEN_A>
Bit 14 - System configuration controller clock enable during Sleep mode
sourcepub fn spi1lpen(&self) -> BitReaderRaw<TIM1LPEN_A>
pub fn spi1lpen(&self) -> BitReaderRaw<TIM1LPEN_A>
Bit 12 - SPI 1 clock enable during Sleep mode
sourcepub fn sdiolpen(&self) -> BitReaderRaw<TIM1LPEN_A>
pub fn sdiolpen(&self) -> BitReaderRaw<TIM1LPEN_A>
Bit 11 - SDIO clock enable during Sleep mode
sourcepub fn adc1lpen(&self) -> BitReaderRaw<TIM1LPEN_A>
pub fn adc1lpen(&self) -> BitReaderRaw<TIM1LPEN_A>
Bit 8 - ADC1 clock enable during Sleep mode
sourcepub fn usart6lpen(&self) -> BitReaderRaw<TIM1LPEN_A>
pub fn usart6lpen(&self) -> BitReaderRaw<TIM1LPEN_A>
Bit 5 - USART6 clock enable during Sleep mode
sourcepub fn usart1lpen(&self) -> BitReaderRaw<TIM1LPEN_A>
pub fn usart1lpen(&self) -> BitReaderRaw<TIM1LPEN_A>
Bit 4 - USART1 clock enable during Sleep mode
sourcepub fn tim1lpen(&self) -> BitReaderRaw<TIM1LPEN_A>
pub fn tim1lpen(&self) -> BitReaderRaw<TIM1LPEN_A>
Bit 0 - TIM1 clock enable during Sleep mode
sourcepub fn spi4lpen(&self) -> BitReaderRaw<TIM1LPEN_A>
pub fn spi4lpen(&self) -> BitReaderRaw<TIM1LPEN_A>
Bit 13 - SPI4 clock enable during Sleep mode
Methods from Deref<Target = R<APB2LPENR_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<APB2LPENR_SPEC>> for R
impl From<R<APB2LPENR_SPEC>> for R
sourcefn from(reader: R<APB2LPENR_SPEC>) -> R
fn from(reader: R<APB2LPENR_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