Struct esp32s2::rtc_cntl::cocpu_ctrl::W

source ·
pub struct W(_);
Expand description

Register COCPU_CTRL writer

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

Bit 26 - Trigger ULP-RISCV register interrupt

Writes raw bits to the register.

Methods from Deref<Target = W<COCPU_CTRL_SPEC>>

Writes raw bits to the register.

Safety

Read datasheet or reference manual to find what values are allowed to pass.

Trait Implementations

The resulting type after dereferencing.
Dereferences the value.
Mutably 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.