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

type TIMER2 = Reg<u32, _TIMER2>;

RTC_CNTL_TIMER2

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

For information about avaliable fields see timer2 module

Trait Implementations

impl Readable for TIMER2[src]

read() method returns timer2::R reader structure

impl ResetValue for TIMER2[src]

Register TIMER2 reset()'s with value 0

type Type = u32

Register size

impl Writable for TIMER2[src]

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