Struct esp32s3::rtc_cntl::sw_cpu_stall::R
source · pub struct R(_);
Expand description
Register SW_CPU_STALL
reader
Implementations
sourceimpl R
impl R
sourcepub fn sw_stall_appcpu_c1(&self) -> SW_STALL_APPCPU_C1_R
pub fn sw_stall_appcpu_c1(&self) -> SW_STALL_APPCPU_C1_R
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(&self) -> SW_STALL_PROCPU_C1_R
pub fn sw_stall_procpu_c1(&self) -> SW_STALL_PROCPU_C1_R
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 = R<SW_CPU_STALL_SPEC>>
Trait Implementations
sourceimpl From<R<SW_CPU_STALL_SPEC>> for R
impl From<R<SW_CPU_STALL_SPEC>> for R
sourcefn from(reader: R<SW_CPU_STALL_SPEC>) -> Self
fn from(reader: R<SW_CPU_STALL_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