pub struct W(_);
Expand description
Register adapt_mask
writer
Implementations
sourceimpl W
impl W
sourcepub fn cpu(&mut self) -> CPU_W<'_>
pub fn cpu(&mut self) -> CPU_W<'_>
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(&mut self) -> SDIO_AHB_W<'_>
pub fn sdio_ahb(&mut self) -> SDIO_AHB_W<'_>
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 = W<ADAPT_MASK_SPEC>>
Trait Implementations
sourceimpl From<W<ADAPT_MASK_SPEC>> for W
impl From<W<ADAPT_MASK_SPEC>> for W
sourcefn from(writer: W<ADAPT_MASK_SPEC>) -> Self
fn from(writer: W<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