Enum d1_pac::rtc::dcxo_ctrl::CLK16M_RC_EN_A
source · pub enum CLK16M_RC_EN_A {
ENABLE = 1,
DISABLE = 0,
}
Expand description
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.
Value on reset: 1
Variants§
Trait Implementations§
source§impl Clone for CLK16M_RC_EN_A
impl Clone for CLK16M_RC_EN_A
source§fn clone(&self) -> CLK16M_RC_EN_A
fn clone(&self) -> CLK16M_RC_EN_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CLK16M_RC_EN_A
impl Debug for CLK16M_RC_EN_A
source§impl From<CLK16M_RC_EN_A> for bool
impl From<CLK16M_RC_EN_A> for bool
source§fn from(variant: CLK16M_RC_EN_A) -> Self
fn from(variant: CLK16M_RC_EN_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for CLK16M_RC_EN_A
impl PartialEq for CLK16M_RC_EN_A
impl Copy for CLK16M_RC_EN_A
impl Eq for CLK16M_RC_EN_A
impl StructuralPartialEq for CLK16M_RC_EN_A
Auto Trait Implementations§
impl Freeze for CLK16M_RC_EN_A
impl RefUnwindSafe for CLK16M_RC_EN_A
impl Send for CLK16M_RC_EN_A
impl Sync for CLK16M_RC_EN_A
impl Unpin for CLK16M_RC_EN_A
impl UnwindSafe for CLK16M_RC_EN_A
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)