pub struct R(_);
Expand description
Register AHB1LPENR
reader
Implementations
sourceimpl R
impl R
sourcepub fn dma2lpen(&self) -> DMA2LPEN_R
pub fn dma2lpen(&self) -> DMA2LPEN_R
Bit 22 - DMA2 clock enable during Sleep mode
sourcepub fn dma1lpen(&self) -> DMA1LPEN_R
pub fn dma1lpen(&self) -> DMA1LPEN_R
Bit 21 - DMA1 clock enable during Sleep mode
sourcepub fn sram1lpen(&self) -> SRAM1LPEN_R
pub fn sram1lpen(&self) -> SRAM1LPEN_R
Bit 16 - SRAM 1interface clock enable during Sleep mode
sourcepub fn flitflpen(&self) -> FLITFLPEN_R
pub fn flitflpen(&self) -> FLITFLPEN_R
Bit 15 - Flash interface clock enable during Sleep mode
sourcepub fn gpiohlpen(&self) -> GPIOHLPEN_R
pub fn gpiohlpen(&self) -> GPIOHLPEN_R
Bit 7 - IO port H clock enable during Sleep mode
sourcepub fn gpioelpen(&self) -> GPIOELPEN_R
pub fn gpioelpen(&self) -> GPIOELPEN_R
Bit 4 - IO port E clock enable during Sleep mode
sourcepub fn gpiodlpen(&self) -> GPIODLPEN_R
pub fn gpiodlpen(&self) -> GPIODLPEN_R
Bit 3 - IO port D clock enable during Sleep mode
sourcepub fn gpioclpen(&self) -> GPIOCLPEN_R
pub fn gpioclpen(&self) -> GPIOCLPEN_R
Bit 2 - IO port C clock enable during Sleep mode
sourcepub fn gpioblpen(&self) -> GPIOBLPEN_R
pub fn gpioblpen(&self) -> GPIOBLPEN_R
Bit 1 - IO port B clock enable during Sleep mode
sourcepub fn gpioalpen(&self) -> GPIOALPEN_R
pub fn gpioalpen(&self) -> GPIOALPEN_R
Bit 0 - IO port A clock enable during sleep mode
Methods from Deref<Target = R<AHB1LPENR_SPEC>>
Trait Implementations
sourceimpl From<R<AHB1LPENR_SPEC>> for R
impl From<R<AHB1LPENR_SPEC>> for R
sourcefn from(reader: R<AHB1LPENR_SPEC>) -> Self
fn from(reader: R<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