pub struct W(_);
Expand description
Register IMMU_PAGE_MODE
writer
Implementations
sourceimpl W
impl W
sourcepub fn internal_sram_immu_ena(&mut self) -> INTERNAL_SRAM_IMMU_ENA_W<'_, 0>
pub fn internal_sram_immu_ena(&mut self) -> INTERNAL_SRAM_IMMU_ENA_W<'_, 0>
Bit 0
sourcepub fn immu_page_mode(&mut self) -> IMMU_PAGE_MODE_W<'_, 1>
pub fn immu_page_mode(&mut self) -> IMMU_PAGE_MODE_W<'_, 1>
Bits 1:2
Methods from Deref<Target = W<IMMU_PAGE_MODE_SPEC>>
Trait Implementations
sourceimpl From<W<IMMU_PAGE_MODE_SPEC>> for W
impl From<W<IMMU_PAGE_MODE_SPEC>> for W
sourcefn from(writer: W<IMMU_PAGE_MODE_SPEC>) -> Self
fn from(writer: W<IMMU_PAGE_MODE_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