Struct esp32c2_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_procpu_c1(&self) -> FieldReaderRaw<u8, u8>
pub fn sw_stall_procpu_c1(&self) -> FieldReaderRaw<u8, u8>
Bits 26:31 - Need add desc
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.