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

type TIME1 = Reg<u32, _TIME1>;

RTC_CNTL_TIME1

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

For information about available fields see time1 module

Trait Implementations

impl Readable for TIME1[src]

read() method returns time1::R reader structure

impl ResetValue for TIME1[src]

Register TIME1 reset()'s with value 0

impl Writable for TIME1[src]

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