Struct esp32c3::rtc_cntl::rtc_low_power_st::R [−][src]
pub struct R(_);
Expand description
Register RTC_LOW_POWER_ST
reader
Implementations
Bit 0 - rom0 power down
Bit 2 - External DCDC power down
Bit 3 - rtc peripheral iso
Bit 4 - rtc peripheral power down
Bit 5 - wifi iso
Bit 6 - wifi 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<RTC_LOW_POWER_ST_SPEC>>
Trait Implementations
Performs the conversion.