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