Struct esp32s3_hal::pac::rtc_cntl::sw_cpu_stall::R
pub struct R(_);
Expand description
Register SW_CPU_STALL
reader
Implementations§
§impl R
impl R
pub fn sw_stall_appcpu_c1(&self) -> FieldReaderRaw<u8, u8>
pub fn sw_stall_appcpu_c1(&self) -> FieldReaderRaw<u8, u8>
Bits 20:25 - {reg_sw_stall_appcpu_c1[5:0], reg_sw_stall_appcpu_c0[1:0]} == 0x86 will stall APP CPU
pub fn sw_stall_procpu_c1(&self) -> FieldReaderRaw<u8, u8>
pub fn sw_stall_procpu_c1(&self) -> FieldReaderRaw<u8, u8>
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>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<SW_CPU_STALL_SPEC>> for R
impl From<R<SW_CPU_STALL_SPEC>> for R
§fn from(reader: R<SW_CPU_STALL_SPEC>) -> R
fn from(reader: R<SW_CPU_STALL_SPEC>) -> R
Converts to this type from the input type.