pub struct W(_);
Expand description
Register MEM_PVT
writer
Implementations§
source§impl 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 - reg_mem_path_len
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 - reg_mem_err_cnt_clr
sourcepub fn monitor_en(&mut self) -> MONITOR_EN_W<'_, 5>
pub fn monitor_en(&mut self) -> MONITOR_EN_W<'_, 5>
Bit 5 - reg_mem_pvt_monitor_en
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 - reg_mem_vt_sel
Methods from Deref<Target = W<MEM_PVT_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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