pub struct R(_);
Expand description

Register COCPU_CTRL reader

Implementations§

Bit 0 - cocpu clk force on

Bits 1:6 - time from start cocpu to pull down reset

Bits 7:12 - time from start cocpu to give start interrupt

Bit 13 - to shut cocpu

Bits 14:21 - time from shut cocpu to disable clk

Bit 22 - to reset cocpu

Bit 23 - 1: old ULP 0: new riscV

Bit 24 - 1: select riscv done 0: select ulp done

Bit 25 - done signal used by riscv to control timer.

Bit 27 - open ulp-riscv clk gate

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.