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

type STORE3 = Reg<u32, _STORE3>;

RTC_CNTL_STORE3

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

For information about avaliable fields see store3 module

Trait Implementations

impl Readable for STORE3[src]

read() method returns store3::R reader structure

impl ResetValue for STORE3[src]

Register STORE3 reset()'s with value 0

type Type = u32

Register size

impl Writable for STORE3[src]

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