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

type TIME_UPDATE = Reg<u32, _TIME_UPDATE>;

RTC_CNTL_TIME_UPDATE

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

For information about available fields see time_update module

Trait Implementations

impl Readable for TIME_UPDATE[src]

read() method returns time_update::R reader structure

impl ResetValue for TIME_UPDATE[src]

Register TIME_UPDATE reset()'s with value 0

impl Writable for TIME_UPDATE[src]

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