Struct esp32s2::rtc_cntl::cocpu_ctrl::R

source ·
pub struct R(_);
Expand description

Register COCPU_CTRL reader

Implementations§

Bit 0 - ULP-RISCV clock force on

Bits 1:6 - Time from ULP-RISCV startup to pull down reset

Bits 7:12 - Time from ULP-RISCV startup to send out RISCV_START_INT interrupt

Bit 13 - Shut down ULP-RISCV

Bits 14:21 - Time from shut down ULP-RISCV to disable clock

Bit 22 - This bit is used to reset ULP-RISCV

Bit 23 - 0: select ULP-RISCV. 1: select ULP-FSM

Bit 24 - 0: select ULP-FSM DONE signal. 1: select ULP-RISCV DONE signal

Bit 25 - DONE signal. Write 1 to this bit, ULP-RISCV will go to HALT and the timer starts counting

Methods from Deref<Target = R<COCPU_CTRL_SPEC>>§

Reads raw bits from register.

Trait Implementations§

The resulting type after dereferencing.
Dereferences the value.
Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.