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

type CLK_CONF = Reg<u32, _CLK_CONF>;

RTC_CNTL_CLK_CONF

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

For information about available fields see clk_conf module

Trait Implementations

impl Readable for CLK_CONF[src]

read() method returns clk_conf::R reader structure

impl ResetValue for CLK_CONF[src]

Register CLK_CONF reset()'s with value 0

impl Writable for CLK_CONF[src]

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