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

type STORE0 = Reg<u32, _STORE0>;

RTC_CNTL_STORE0

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

For information about available fields see store0 module

Trait Implementations

impl Readable for STORE0[src]

read() method returns store0::R reader structure

impl ResetValue for STORE0[src]

Register STORE0 reset()'s with value 0

impl Writable for STORE0[src]

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