Type Alias d1_pac::rtc::dcxo_ctrl::CLK16M_RC_EN_R

source ·
pub type CLK16M_RC_EN_R = BitReader<CLK16M_RC_EN_A>;
Expand description

Field clk16m_rc_en reader - The related register configuration is necessary to ensure the reset debounce circuit has a stable clock source. The first time SoC starts up, by default, the reset debounce circuit of SoC uses 32K divided by RC16M. In power-off, software reads the related bit to ensure whether EXT32K is working normally, if it is normal, first switch the clock source of debounce circuit to EXT32K, then close RC16M. Without EXT32K scenario or external RTC scenario, software confirms firstly whether EXT32K is working normally before switching, or software does not close RC16M.

Aliased Type§

struct CLK16M_RC_EN_R { /* private fields */ }

Implementations§

source§

impl CLK16M_RC_EN_R

source

pub fn variant(&self) -> CLK16M_RC_EN_A

Get enumerated values variant

source

pub fn is_enable(&self) -> bool

Checks if the value of the field is ENABLE

source

pub fn is_disable(&self) -> bool

Checks if the value of the field is DISABLE