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

type CPU_PERIOD_CONF = Reg<u32, _CPU_PERIOD_CONF>;

RTC_CNTL_CPU_PERIOD_CONF

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

For information about available fields see cpu_period_conf module

Trait Implementations

impl Readable for CPU_PERIOD_CONF[src]

read() method returns cpu_period_conf::R reader structure

impl ResetValue for CPU_PERIOD_CONF[src]

Register CPU_PERIOD_CONF reset()'s with value 0

impl Writable for CPU_PERIOD_CONF[src]

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