pub struct W(_);
Expand description
Register AHB1LPENR
writer
Implementations
sourceimpl W
impl W
sourcepub fn dma2lpen(
&mut self
) -> BitWriterRaw<'_, u32, AHB1LPENR_SPEC, GPIOALPEN_A, BitM, 22>
pub fn dma2lpen(
&mut self
) -> BitWriterRaw<'_, u32, AHB1LPENR_SPEC, GPIOALPEN_A, BitM, 22>
Bit 22 - DMA2 clock enable during Sleep mode
sourcepub fn dma1lpen(
&mut self
) -> BitWriterRaw<'_, u32, AHB1LPENR_SPEC, GPIOALPEN_A, BitM, 21>
pub fn dma1lpen(
&mut self
) -> BitWriterRaw<'_, u32, AHB1LPENR_SPEC, GPIOALPEN_A, BitM, 21>
Bit 21 - DMA1 clock enable during Sleep mode
sourcepub fn sram1lpen(
&mut self
) -> BitWriterRaw<'_, u32, AHB1LPENR_SPEC, GPIOALPEN_A, BitM, 16>
pub fn sram1lpen(
&mut self
) -> BitWriterRaw<'_, u32, AHB1LPENR_SPEC, GPIOALPEN_A, BitM, 16>
Bit 16 - SRAM 1interface clock enable during Sleep mode
sourcepub fn flitflpen(
&mut self
) -> BitWriterRaw<'_, u32, AHB1LPENR_SPEC, GPIOALPEN_A, BitM, 15>
pub fn flitflpen(
&mut self
) -> BitWriterRaw<'_, u32, AHB1LPENR_SPEC, GPIOALPEN_A, BitM, 15>
Bit 15 - Flash interface clock enable during Sleep mode
sourcepub fn crclpen(
&mut self
) -> BitWriterRaw<'_, u32, AHB1LPENR_SPEC, GPIOALPEN_A, BitM, 12>
pub fn crclpen(
&mut self
) -> BitWriterRaw<'_, u32, AHB1LPENR_SPEC, GPIOALPEN_A, BitM, 12>
Bit 12 - CRC clock enable during Sleep mode
sourcepub fn gpiohlpen(
&mut self
) -> BitWriterRaw<'_, u32, AHB1LPENR_SPEC, GPIOALPEN_A, BitM, 7>
pub fn gpiohlpen(
&mut self
) -> BitWriterRaw<'_, u32, AHB1LPENR_SPEC, GPIOALPEN_A, BitM, 7>
Bit 7 - IO port H clock enable during Sleep mode
sourcepub fn gpioelpen(
&mut self
) -> BitWriterRaw<'_, u32, AHB1LPENR_SPEC, GPIOALPEN_A, BitM, 4>
pub fn gpioelpen(
&mut self
) -> BitWriterRaw<'_, u32, AHB1LPENR_SPEC, GPIOALPEN_A, BitM, 4>
Bit 4 - IO port E clock enable during Sleep mode
sourcepub fn gpiodlpen(
&mut self
) -> BitWriterRaw<'_, u32, AHB1LPENR_SPEC, GPIOALPEN_A, BitM, 3>
pub fn gpiodlpen(
&mut self
) -> BitWriterRaw<'_, u32, AHB1LPENR_SPEC, GPIOALPEN_A, BitM, 3>
Bit 3 - IO port D clock enable during Sleep mode
sourcepub fn gpioclpen(
&mut self
) -> BitWriterRaw<'_, u32, AHB1LPENR_SPEC, GPIOALPEN_A, BitM, 2>
pub fn gpioclpen(
&mut self
) -> BitWriterRaw<'_, u32, AHB1LPENR_SPEC, GPIOALPEN_A, BitM, 2>
Bit 2 - IO port C clock enable during Sleep mode
sourcepub fn gpioblpen(
&mut self
) -> BitWriterRaw<'_, u32, AHB1LPENR_SPEC, GPIOALPEN_A, BitM, 1>
pub fn gpioblpen(
&mut self
) -> BitWriterRaw<'_, u32, AHB1LPENR_SPEC, GPIOALPEN_A, BitM, 1>
Bit 1 - IO port B clock enable during Sleep mode
sourcepub fn gpioalpen(
&mut self
) -> BitWriterRaw<'_, u32, AHB1LPENR_SPEC, GPIOALPEN_A, BitM, 0>
pub fn gpioalpen(
&mut self
) -> BitWriterRaw<'_, u32, AHB1LPENR_SPEC, GPIOALPEN_A, BitM, 0>
Bit 0 - IO port A clock enable during sleep mode
Methods from Deref<Target = W<AHB1LPENR_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<AHB1LPENR_SPEC>> for W
impl From<W<AHB1LPENR_SPEC>> for W
sourcefn from(writer: W<AHB1LPENR_SPEC>) -> W
fn from(writer: W<AHB1LPENR_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