Struct esp32s3_hal::pac::rtc_cntl::ulp_cp_timer::R
pub struct R(_);
Expand description
Register ULP_CP_TIMER
reader
Implementations§
§impl R
impl R
pub fn ulp_cp_pc_init(&self) -> FieldReaderRaw<u16, u16>
pub fn ulp_cp_pc_init(&self) -> FieldReaderRaw<u16, u16>
Bits 0:10 - ULP-coprocessor PC initial address
pub fn ulp_cp_gpio_wakeup_ena(&self) -> BitReaderRaw<bool>
pub fn ulp_cp_gpio_wakeup_ena(&self) -> BitReaderRaw<bool>
Bit 29 - ULP-coprocessor wakeup by GPIO enable
pub fn ulp_cp_slp_timer_en(&self) -> BitReaderRaw<bool>
pub fn ulp_cp_slp_timer_en(&self) -> BitReaderRaw<bool>
Bit 31 - ULP-coprocessor timer enable bit
Methods from Deref<Target = R<ULP_CP_TIMER_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_SPEC>> for R
impl From<R<ULP_CP_TIMER_SPEC>> for R
§fn from(reader: R<ULP_CP_TIMER_SPEC>) -> R
fn from(reader: R<ULP_CP_TIMER_SPEC>) -> R
Converts to this type from the input type.