Struct esp32c2_hal::pac::rtc_cntl::ulp_cp_timer_1::R
pub struct R(_);
Expand description
Register ULP_CP_TIMER_1
reader
Implementations§
§impl R
impl R
pub fn ulp_cp_timer_slp_cycle(&self) -> FieldReaderRaw<u32, u32>
pub fn ulp_cp_timer_slp_cycle(&self) -> FieldReaderRaw<u32, u32>
Bits 8:31 - sleep cycles for ULP-coprocessor timer
Methods from Deref<Target = R<ULP_CP_TIMER_1_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<ULP_CP_TIMER_1_SPEC>> for R
impl From<R<ULP_CP_TIMER_1_SPEC>> for R
§fn from(reader: R<ULP_CP_TIMER_1_SPEC>) -> R
fn from(reader: R<ULP_CP_TIMER_1_SPEC>) -> R
Converts to this type from the input type.