pub struct R(_);
Expand description
Register MEM_PVT
reader
Implementations
sourceimpl R
impl R
sourcepub fn mem_path_len(&self) -> MEM_PATH_LEN_R
pub fn mem_path_len(&self) -> MEM_PATH_LEN_R
Bits 0:3 - reg_mem_path_len
sourcepub fn monitor_en(&self) -> MONITOR_EN_R
pub fn monitor_en(&self) -> MONITOR_EN_R
Bit 5 - reg_mem_pvt_monitor_en
sourcepub fn mem_timing_err_cnt(&self) -> MEM_TIMING_ERR_CNT_R
pub fn mem_timing_err_cnt(&self) -> MEM_TIMING_ERR_CNT_R
Bits 6:21 - reg_mem_timing_err_cnt
sourcepub fn mem_vt_sel(&self) -> MEM_VT_SEL_R
pub fn mem_vt_sel(&self) -> MEM_VT_SEL_R
Bits 22:23 - reg_mem_vt_sel
Methods from Deref<Target = R<MEM_PVT_SPEC>>
Trait Implementations
sourceimpl From<R<MEM_PVT_SPEC>> for R
impl From<R<MEM_PVT_SPEC>> for R
sourcefn from(reader: R<MEM_PVT_SPEC>) -> Self
fn from(reader: R<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