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

type STORE4 = Reg<u32, _STORE4>;

RTC_CNTL_STORE4

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

For information about avaliable fields see store4 module

Trait Implementations

impl Readable for STORE4[src]

read() method returns store4::R reader structure

impl ResetValue for STORE4[src]

Register STORE4 reset()'s with value 0

type Type = u32

Register size

impl Writable for STORE4[src]

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