[][src]Type Definition esp32::rtccntl::WAKEUP_STATE

type WAKEUP_STATE = Reg<u32, _WAKEUP_STATE>;

RTC_CNTL_WAKEUP_STATE

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see wakeup_state module

Trait Implementations

impl Readable for WAKEUP_STATE[src]

read() method returns wakeup_state::R reader structure

impl ResetValue for WAKEUP_STATE[src]

Register WAKEUP_STATE reset()'s with value 0

impl Writable for WAKEUP_STATE[src]

write(|w| ..) method takes wakeup_state::W writer structure