pub struct R(_);
Expand description
Register adapt_mask
reader
Implementations
sourceimpl R
impl R
sourcepub fn cpu(&self) -> CPU_R
pub fn cpu(&self) -> CPU_R
Bit 6 - Cpu domain allow adaptive clock configurations
Indicates whether the clock supplied to the CPU clock domain (including CPU, bus1, ROM, SRAM) can be turned off adaptively.
When the CPU needs to enter the WFI state, do not set the adaptive shutdown.
sourcepub fn sdio_ahb(&self) -> SDIO_AHB_R
pub fn sdio_ahb(&self) -> SDIO_AHB_R
Bit 1 - Sdio-Ahb domain allow adaptive clock configurations
Indicates whether the clock supplied to the sdio ahb clock domain can be turned off adaptively.
Methods from Deref<Target = R<ADAPT_MASK_SPEC>>
Trait Implementations
sourceimpl From<R<ADAPT_MASK_SPEC>> for R
impl From<R<ADAPT_MASK_SPEC>> for R
sourcefn from(reader: R<ADAPT_MASK_SPEC>) -> Self
fn from(reader: R<ADAPT_MASK_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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