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

type STORE1 = Reg<u32, _STORE1>;

RTC_CNTL_STORE1

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

For information about available fields see store1 module

Trait Implementations

impl Readable for STORE1[src]

read() method returns store1::R reader structure

impl ResetValue for STORE1[src]

Register STORE1 reset()'s with value 0

impl Writable for STORE1[src]

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