Struct esp32s3_hal::pac::rtc_cntl::ulp_cp_ctrl::R
pub struct R(_);
Expand description
Register ULP_CP_CTRL
reader
Implementations§
§impl R
impl R
pub fn ulp_cp_mem_addr_init(&self) -> FieldReaderRaw<u16, u16>
pub fn ulp_cp_mem_addr_init(&self) -> FieldReaderRaw<u16, u16>
Bits 0:10 - No public
pub fn ulp_cp_mem_addr_size(&self) -> FieldReaderRaw<u16, u16>
pub fn ulp_cp_mem_addr_size(&self) -> FieldReaderRaw<u16, u16>
Bits 11:21 - No public
pub fn ulp_cp_clk_fo(&self) -> BitReaderRaw<bool>
pub fn ulp_cp_clk_fo(&self) -> BitReaderRaw<bool>
Bit 28 - ulp coprocessor clk force on
pub fn ulp_cp_reset(&self) -> BitReaderRaw<bool>
pub fn ulp_cp_reset(&self) -> BitReaderRaw<bool>
Bit 29 - ulp coprocessor clk software reset
pub fn ulp_cp_force_start_top(&self) -> BitReaderRaw<bool>
pub fn ulp_cp_force_start_top(&self) -> BitReaderRaw<bool>
Bit 30 - 1: ULP-coprocessor is started by SW
pub fn ulp_cp_start_top(&self) -> BitReaderRaw<bool>
pub fn ulp_cp_start_top(&self) -> BitReaderRaw<bool>
Bit 31 - Write 1 to start ULP-coprocessor
Methods from Deref<Target = R<ULP_CP_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<ULP_CP_CTRL_SPEC>> for R
impl From<R<ULP_CP_CTRL_SPEC>> for R
§fn from(reader: R<ULP_CP_CTRL_SPEC>) -> R
fn from(reader: R<ULP_CP_CTRL_SPEC>) -> R
Converts to this type from the input type.