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

type TIME0 = Reg<u32, _TIME0>;

RTC_CNTL_TIME0

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

For information about avaliable fields see time0 module

Trait Implementations

impl Readable for TIME0[src]

read() method returns time0::R reader structure

impl ResetValue for TIME0[src]

Register TIME0 reset()'s with value 0

type Type = u32

Register size

impl Writable for TIME0[src]

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