pub struct W(_);
Expand description
Register PRO_CPU_RECORD_PDEBUGLS0STAT
writer
Implementations
sourceimpl W
impl W
sourcepub fn record_pdebugls0stat_type(
&mut self
) -> RECORD_PDEBUGLS0STAT_TYPE_W<'_, 0>
pub fn record_pdebugls0stat_type(
&mut self
) -> RECORD_PDEBUGLS0STAT_TYPE_W<'_, 0>
Bits 0:3
sourcepub fn record_pdebugls0stat_sz(&mut self) -> RECORD_PDEBUGLS0STAT_SZ_W<'_, 4>
pub fn record_pdebugls0stat_sz(&mut self) -> RECORD_PDEBUGLS0STAT_SZ_W<'_, 4>
Bits 4:7
sourcepub fn record_pdebugls0stat_dtlbm(
&mut self
) -> RECORD_PDEBUGLS0STAT_DTLBM_W<'_, 8>
pub fn record_pdebugls0stat_dtlbm(
&mut self
) -> RECORD_PDEBUGLS0STAT_DTLBM_W<'_, 8>
Bit 8
sourcepub fn record_pdebugls0stat_dcm(&mut self) -> RECORD_PDEBUGLS0STAT_DCM_W<'_, 9>
pub fn record_pdebugls0stat_dcm(&mut self) -> RECORD_PDEBUGLS0STAT_DCM_W<'_, 9>
Bit 9
sourcepub fn record_pdebugls0stat_dch(&mut self) -> RECORD_PDEBUGLS0STAT_DCH_W<'_, 10>
pub fn record_pdebugls0stat_dch(&mut self) -> RECORD_PDEBUGLS0STAT_DCH_W<'_, 10>
Bit 10
sourcepub fn record_pdebugls0stat_uc(&mut self) -> RECORD_PDEBUGLS0STAT_UC_W<'_, 12>
pub fn record_pdebugls0stat_uc(&mut self) -> RECORD_PDEBUGLS0STAT_UC_W<'_, 12>
Bit 12
sourcepub fn record_pdebugls0stat_wb(&mut self) -> RECORD_PDEBUGLS0STAT_WB_W<'_, 13>
pub fn record_pdebugls0stat_wb(&mut self) -> RECORD_PDEBUGLS0STAT_WB_W<'_, 13>
Bit 13
sourcepub fn record_pdebugls0stat_coh(&mut self) -> RECORD_PDEBUGLS0STAT_COH_W<'_, 16>
pub fn record_pdebugls0stat_coh(&mut self) -> RECORD_PDEBUGLS0STAT_COH_W<'_, 16>
Bit 16
sourcepub fn record_pdebugls0stat_stcoh(
&mut self
) -> RECORD_PDEBUGLS0STAT_STCOH_W<'_, 17>
pub fn record_pdebugls0stat_stcoh(
&mut self
) -> RECORD_PDEBUGLS0STAT_STCOH_W<'_, 17>
Bits 17:18
sourcepub fn record_pdebugls0stat_tgt(&mut self) -> RECORD_PDEBUGLS0STAT_TGT_W<'_, 20>
pub fn record_pdebugls0stat_tgt(&mut self) -> RECORD_PDEBUGLS0STAT_TGT_W<'_, 20>
Bits 20:23
Methods from Deref<Target = W<PRO_CPU_RECORD_PDEBUGLS0STAT_SPEC>>
Trait Implementations
sourceimpl From<W<PRO_CPU_RECORD_PDEBUGLS0STAT_SPEC>> for W
impl From<W<PRO_CPU_RECORD_PDEBUGLS0STAT_SPEC>> for W
sourcefn from(writer: W<PRO_CPU_RECORD_PDEBUGLS0STAT_SPEC>) -> Self
fn from(writer: W<PRO_CPU_RECORD_PDEBUGLS0STAT_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