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

type EXT_WAKEUP_CONF = Reg<u32, _EXT_WAKEUP_CONF>;

RTC_CNTL_EXT_WAKEUP_CONF

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

For information about avaliable fields see ext_wakeup_conf module

Trait Implementations

impl Readable for EXT_WAKEUP_CONF[src]

read() method returns ext_wakeup_conf::R reader structure

impl ResetValue for EXT_WAKEUP_CONF[src]

Register EXT_WAKEUP_CONF reset()'s with value 0

type Type = u32

Register size

impl Writable for EXT_WAKEUP_CONF[src]

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