[][src]Type Definition esp32::syscon::XTAL_TICK_CONF

type XTAL_TICK_CONF = Reg<u32, _XTAL_TICK_CONF>;

SYSCON_XTAL_TICK_CONF

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

For information about available fields see xtal_tick_conf module

Trait Implementations

impl Readable for XTAL_TICK_CONF[src]

read() method returns xtal_tick_conf::R reader structure

impl ResetValue for XTAL_TICK_CONF[src]

Register XTAL_TICK_CONF reset()'s with value 0

impl Writable for XTAL_TICK_CONF[src]

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