pub struct R(/* private fields */);
Expand description
Register AHB2LPENR
reader
Implementations§
§impl R
impl R
pub fn dcmilpen(&self) -> BitReaderRaw<DCMILPEN_A>
pub fn dcmilpen(&self) -> BitReaderRaw<DCMILPEN_A>
Bit 0 - DCMI peripheral clock enable during csleep mode
pub fn cryptlpen(&self) -> BitReaderRaw<DCMILPEN_A>
pub fn cryptlpen(&self) -> BitReaderRaw<DCMILPEN_A>
Bit 4 - CRYPT peripheral clock enable during CSleep mode
pub fn hashlpen(&self) -> BitReaderRaw<DCMILPEN_A>
pub fn hashlpen(&self) -> BitReaderRaw<DCMILPEN_A>
Bit 5 - HASH peripheral clock enable during CSleep mode
pub fn sdmmc2lpen(&self) -> BitReaderRaw<DCMILPEN_A>
pub fn sdmmc2lpen(&self) -> BitReaderRaw<DCMILPEN_A>
Bit 9 - SDMMC2 and SDMMC2 Delay Clock Enable During CSleep Mode
pub fn rnglpen(&self) -> BitReaderRaw<DCMILPEN_A>
pub fn rnglpen(&self) -> BitReaderRaw<DCMILPEN_A>
Bit 6 - RNG peripheral clock enable during CSleep mode
pub fn sram1lpen(&self) -> BitReaderRaw<DCMILPEN_A>
pub fn sram1lpen(&self) -> BitReaderRaw<DCMILPEN_A>
Bit 29 - SRAM1 Clock Enable During CSleep Mode
pub fn sram2lpen(&self) -> BitReaderRaw<DCMILPEN_A>
pub fn sram2lpen(&self) -> BitReaderRaw<DCMILPEN_A>
Bit 30 - SRAM2 Clock Enable During CSleep Mode
pub fn sram3lpen(&self) -> BitReaderRaw<DCMILPEN_A>
pub fn sram3lpen(&self) -> BitReaderRaw<DCMILPEN_A>
Bit 31 - SRAM3 Clock Enable During CSleep Mode
Methods from Deref<Target = R<AHB2LPENR_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<AHB2LPENR_SPEC>> for R
impl From<R<AHB2LPENR_SPEC>> for R
§fn from(reader: R<AHB2LPENR_SPEC>) -> R
fn from(reader: R<AHB2LPENR_SPEC>) -> R
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more