Struct esp32s3_hal::pac::rtc_cntl::cocpu_ctrl::R
pub struct R(_);
Expand description
Register COCPU_CTRL
reader
Implementations§
§impl R
impl R
pub fn cocpu_clk_fo(&self) -> BitReaderRaw<bool>
pub fn cocpu_clk_fo(&self) -> BitReaderRaw<bool>
Bit 0 - cocpu clk force on
pub fn cocpu_start_2_reset_dis(&self) -> FieldReaderRaw<u8, u8>
pub fn cocpu_start_2_reset_dis(&self) -> FieldReaderRaw<u8, u8>
Bits 1:6 - time from start cocpu to pull down reset
pub fn cocpu_start_2_intr_en(&self) -> FieldReaderRaw<u8, u8>
pub fn cocpu_start_2_intr_en(&self) -> FieldReaderRaw<u8, u8>
Bits 7:12 - time from start cocpu to give start interrupt
pub fn cocpu_shut(&self) -> BitReaderRaw<bool>
pub fn cocpu_shut(&self) -> BitReaderRaw<bool>
Bit 13 - to shut cocpu
pub fn cocpu_shut_2_clk_dis(&self) -> FieldReaderRaw<u8, u8>
pub fn cocpu_shut_2_clk_dis(&self) -> FieldReaderRaw<u8, u8>
Bits 14:21 - time from shut cocpu to disable clk
pub fn cocpu_shut_reset_en(&self) -> BitReaderRaw<bool>
pub fn cocpu_shut_reset_en(&self) -> BitReaderRaw<bool>
Bit 22 - to reset cocpu
pub fn cocpu_done_force(&self) -> BitReaderRaw<bool>
pub fn cocpu_done_force(&self) -> BitReaderRaw<bool>
Bit 24 - 1: select riscv done 0: select ulp done
pub fn cocpu_done(&self) -> BitReaderRaw<bool>
pub fn cocpu_done(&self) -> BitReaderRaw<bool>
Bit 25 - done signal used by riscv to control timer.
pub fn cocpu_clkgate_en(&self) -> BitReaderRaw<bool>
pub fn cocpu_clkgate_en(&self) -> BitReaderRaw<bool>
Bit 27 - open ulp-riscv clk gate
Methods from Deref<Target = R<COCPU_CTRL_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<COCPU_CTRL_SPEC>> for R
impl From<R<COCPU_CTRL_SPEC>> for R
§fn from(reader: R<COCPU_CTRL_SPEC>) -> R
fn from(reader: R<COCPU_CTRL_SPEC>) -> R
Converts to this type from the input type.