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

type APLL = Reg<u32, _APLL>;

APLL I2C Register

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

For information about available fields see apll module

Trait Implementations

impl Readable for APLL[src]

read() method returns apll::R reader structure

impl ResetValue for APLL[src]

Register APLL reset()'s with value 0

impl Writable for APLL[src]

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