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

type TIMER3 = Reg<u32, _TIMER3>;

RTC_CNTL_TIMER3

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

For information about avaliable fields see timer3 module

Trait Implementations

impl Readable for TIMER3[src]

read() method returns timer3::R reader structure

impl ResetValue for TIMER3[src]

Register TIMER3 reset()'s with value 0

type Type = u32

Register size

impl Writable for TIMER3[src]

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