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

type CNTL = Reg<u32, _CNTL>;

RTC Control Register

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

For information about available fields see cntl module

Trait Implementations

impl Readable for CNTL[src]

read() method returns cntl::R reader structure

impl ResetValue for CNTL[src]

Register CNTL reset()'s with value 0

impl Writable for CNTL[src]

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