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

type STORE2 = Reg<u32, _STORE2>;

RTC_CNTL_STORE2

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

For information about avaliable fields see store2 module

Trait Implementations

impl Readable for STORE2[src]

read() method returns store2::R reader structure

impl ResetValue for STORE2[src]

Register STORE2 reset()'s with value 0

type Type = u32

Register size

impl Writable for STORE2[src]

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