Struct esp32s3::rtc_cntl::sw_cpu_stall::W
source · pub struct W(_);Expand description
Register SW_CPU_STALL writer
Implementations§
source§impl W
impl W
sourcepub fn sw_stall_appcpu_c1(&mut self) -> SW_STALL_APPCPU_C1_W<'_, 20>
pub fn sw_stall_appcpu_c1(&mut self) -> SW_STALL_APPCPU_C1_W<'_, 20>
Bits 20:25 - {reg_sw_stall_appcpu_c1[5:0], reg_sw_stall_appcpu_c0[1:0]} == 0x86 will stall APP CPU
sourcepub fn sw_stall_procpu_c1(&mut self) -> SW_STALL_PROCPU_C1_W<'_, 26>
pub fn sw_stall_procpu_c1(&mut self) -> SW_STALL_PROCPU_C1_W<'_, 26>
Bits 26:31 - {reg_sw_stall_appcpu_c1[5:0], reg_sw_stall_appcpu_c0[1:0]} == 0x86 will stall APP CPU
Methods from Deref<Target = W<SW_CPU_STALL_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