pub struct R(_);
Expand description

Register LOW_POWER_ST reader

Implementations

Bit 8 - digital wrap power down

Bit 9 - touch should start to work

Bit 10 - touch is about to working. Switch rtc main state

Bit 11 - touch is in sleep state

Bit 12 - touch is done

Bit 13 - ulp/cocpu should start to work

Bit 14 - ulp/cocpu is about to working. Switch rtc main state

Bit 15 - ulp/cocpu is in sleep state

Bit 16 - ulp/cocpu is done

Bit 17 - no use any more

Bit 18 - rtc main state machine is in states that pll should be running

Bit 19 - rtc is ready to receive wake up trigger from wake up source

Bit 20 - rtc main state machine has been waited for some cycles

Bit 21 - rtc main state machine is in the states of wakeup process

Bit 22 - rtc main state machine is in the states of low power

Bit 23 - rtc main state machine is in wait 8m state

Bit 24 - rtc main state machine is in wait pll state

Bit 25 - rtc main state machine is in wait xtal state

Bit 26 - rtc main state machine is in sleep state

Bit 27 - rtc main state machine is in idle state

Bits 28:31 - rtc main state machine status

Methods from Deref<Target = R<LOW_POWER_ST_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.