pub struct W(_);
Expand description
Register MEM_PVT
writer
Implementations
sourceimpl W
impl W
sourcepub fn mem_path_len(&mut self) -> MEM_PATH_LEN_W<'_, 0>
pub fn mem_path_len(&mut self) -> MEM_PATH_LEN_W<'_, 0>
Bits 0:3 - ******* Description ***********
sourcepub fn mem_err_cnt_clr(&mut self) -> MEM_ERR_CNT_CLR_W<'_, 4>
pub fn mem_err_cnt_clr(&mut self) -> MEM_ERR_CNT_CLR_W<'_, 4>
Bit 4 - ******* Description ***********
sourcepub fn monitor_en(&mut self) -> MONITOR_EN_W<'_, 5>
pub fn monitor_en(&mut self) -> MONITOR_EN_W<'_, 5>
Bit 5 - ******* Description ***********
sourcepub fn mem_vt_sel(&mut self) -> MEM_VT_SEL_W<'_, 22>
pub fn mem_vt_sel(&mut self) -> MEM_VT_SEL_W<'_, 22>
Bits 22:23 - ******* Description ***********
Methods from Deref<Target = W<MEM_PVT_SPEC>>
Trait Implementations
sourceimpl From<W<MEM_PVT_SPEC>> for W
impl From<W<MEM_PVT_SPEC>> for W
sourcefn from(writer: W<MEM_PVT_SPEC>) -> Self
fn from(writer: W<MEM_PVT_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