Struct esp32::dport::pro_cpu_record_pdebuginst::W
source · pub struct W(_);
Expand description
Register PRO_CPU_RECORD_PDEBUGINST
writer
Implementations§
source§impl W
impl W
sourcepub fn record_pdebuginst_sz(&mut self) -> RECORD_PDEBUGINST_SZ_W<'_, 0>
pub fn record_pdebuginst_sz(&mut self) -> RECORD_PDEBUGINST_SZ_W<'_, 0>
Bits 0:7
sourcepub fn record_pdebuginst_isrc(&mut self) -> RECORD_PDEBUGINST_ISRC_W<'_, 12>
pub fn record_pdebuginst_isrc(&mut self) -> RECORD_PDEBUGINST_ISRC_W<'_, 12>
Bits 12:14
sourcepub fn record_pdebuginst_loop_rep(
&mut self
) -> RECORD_PDEBUGINST_LOOP_REP_W<'_, 20>
pub fn record_pdebuginst_loop_rep( &mut self ) -> RECORD_PDEBUGINST_LOOP_REP_W<'_, 20>
Bit 20
sourcepub fn record_pdebuginst_loop(&mut self) -> RECORD_PDEBUGINST_LOOP_W<'_, 21>
pub fn record_pdebuginst_loop(&mut self) -> RECORD_PDEBUGINST_LOOP_W<'_, 21>
Bit 21
sourcepub fn record_pdebuginst_cintl(&mut self) -> RECORD_PDEBUGINST_CINTL_W<'_, 24>
pub fn record_pdebuginst_cintl(&mut self) -> RECORD_PDEBUGINST_CINTL_W<'_, 24>
Bits 24:27
Methods from Deref<Target = W<PRO_CPU_RECORD_PDEBUGINST_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