pub struct W(_);
Expand description
Register APB2LPENR
writer
Implementations
sourceimpl W
impl W
sourcepub fn tim11lpen(
&mut self
) -> BitWriterRaw<'_, u32, APB2LPENR_SPEC, TIM1LPEN_A, BitM, 18>
pub fn tim11lpen(
&mut self
) -> BitWriterRaw<'_, u32, APB2LPENR_SPEC, TIM1LPEN_A, BitM, 18>
Bit 18 - TIM11 clock enable during Sleep mode
sourcepub fn tim10lpen(
&mut self
) -> BitWriterRaw<'_, u32, APB2LPENR_SPEC, TIM1LPEN_A, BitM, 17>
pub fn tim10lpen(
&mut self
) -> BitWriterRaw<'_, u32, APB2LPENR_SPEC, TIM1LPEN_A, BitM, 17>
Bit 17 - TIM10 clock enable during Sleep mode
sourcepub fn tim9lpen(
&mut self
) -> BitWriterRaw<'_, u32, APB2LPENR_SPEC, TIM1LPEN_A, BitM, 16>
pub fn tim9lpen(
&mut self
) -> BitWriterRaw<'_, u32, APB2LPENR_SPEC, TIM1LPEN_A, BitM, 16>
Bit 16 - TIM9 clock enable during sleep mode
sourcepub fn syscfglpen(
&mut self
) -> BitWriterRaw<'_, u32, APB2LPENR_SPEC, TIM1LPEN_A, BitM, 14>
pub fn syscfglpen(
&mut self
) -> BitWriterRaw<'_, u32, APB2LPENR_SPEC, TIM1LPEN_A, BitM, 14>
Bit 14 - System configuration controller clock enable during Sleep mode
sourcepub fn spi1lpen(
&mut self
) -> BitWriterRaw<'_, u32, APB2LPENR_SPEC, TIM1LPEN_A, BitM, 12>
pub fn spi1lpen(
&mut self
) -> BitWriterRaw<'_, u32, APB2LPENR_SPEC, TIM1LPEN_A, BitM, 12>
Bit 12 - SPI 1 clock enable during Sleep mode
sourcepub fn sdiolpen(
&mut self
) -> BitWriterRaw<'_, u32, APB2LPENR_SPEC, TIM1LPEN_A, BitM, 11>
pub fn sdiolpen(
&mut self
) -> BitWriterRaw<'_, u32, APB2LPENR_SPEC, TIM1LPEN_A, BitM, 11>
Bit 11 - SDIO clock enable during Sleep mode
sourcepub fn adc1lpen(
&mut self
) -> BitWriterRaw<'_, u32, APB2LPENR_SPEC, TIM1LPEN_A, BitM, 8>
pub fn adc1lpen(
&mut self
) -> BitWriterRaw<'_, u32, APB2LPENR_SPEC, TIM1LPEN_A, BitM, 8>
Bit 8 - ADC1 clock enable during Sleep mode
sourcepub fn usart6lpen(
&mut self
) -> BitWriterRaw<'_, u32, APB2LPENR_SPEC, TIM1LPEN_A, BitM, 5>
pub fn usart6lpen(
&mut self
) -> BitWriterRaw<'_, u32, APB2LPENR_SPEC, TIM1LPEN_A, BitM, 5>
Bit 5 - USART6 clock enable during Sleep mode
sourcepub fn usart1lpen(
&mut self
) -> BitWriterRaw<'_, u32, APB2LPENR_SPEC, TIM1LPEN_A, BitM, 4>
pub fn usart1lpen(
&mut self
) -> BitWriterRaw<'_, u32, APB2LPENR_SPEC, TIM1LPEN_A, BitM, 4>
Bit 4 - USART1 clock enable during Sleep mode
sourcepub fn tim1lpen(
&mut self
) -> BitWriterRaw<'_, u32, APB2LPENR_SPEC, TIM1LPEN_A, BitM, 0>
pub fn tim1lpen(
&mut self
) -> BitWriterRaw<'_, u32, APB2LPENR_SPEC, TIM1LPEN_A, BitM, 0>
Bit 0 - TIM1 clock enable during Sleep mode
sourcepub fn spi4lpen(
&mut self
) -> BitWriterRaw<'_, u32, APB2LPENR_SPEC, TIM1LPEN_A, BitM, 13>
pub fn spi4lpen(
&mut self
) -> BitWriterRaw<'_, u32, APB2LPENR_SPEC, TIM1LPEN_A, BitM, 13>
Bit 13 - SPI4 clock enable during Sleep mode
Methods from Deref<Target = W<APB2LPENR_SPEC>>
sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations
sourceimpl From<W<APB2LPENR_SPEC>> for W
impl From<W<APB2LPENR_SPEC>> for W
sourcefn from(writer: W<APB2LPENR_SPEC>) -> W
fn from(writer: W<APB2LPENR_SPEC>) -> W
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