Enum w806_pac::rcc::clock_divide::FREQUENCY_A
source · [−]pub enum FREQUENCY_A {
IN_EFFECT,
UPDATE,
}
Expand description
Divide frequency enable
When you need to reconfigure cpu_clk_divider, wlan_clk_divider, bus2_syncdn_factor, sdadc_fdiv, set this register, the hardware will automatically update the above four parameters to the divider, and then clear this register.
Value on reset: 0
Variants
IN_EFFECT
0: Frequency division factor has taken effect.
UPDATE
1: Request hardware to update frequency division parameters.
Trait Implementations
sourceimpl Clone for FREQUENCY_A
impl Clone for FREQUENCY_A
sourcefn clone(&self) -> FREQUENCY_A
fn clone(&self) -> FREQUENCY_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for FREQUENCY_A
impl Debug for FREQUENCY_A
sourceimpl From<FREQUENCY_A> for bool
impl From<FREQUENCY_A> for bool
sourcefn from(variant: FREQUENCY_A) -> Self
fn from(variant: FREQUENCY_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<FREQUENCY_A> for FREQUENCY_A
impl PartialEq<FREQUENCY_A> for FREQUENCY_A
impl Copy for FREQUENCY_A
impl StructuralPartialEq for FREQUENCY_A
Auto Trait Implementations
impl RefUnwindSafe for FREQUENCY_A
impl Send for FREQUENCY_A
impl Sync for FREQUENCY_A
impl Unpin for FREQUENCY_A
impl UnwindSafe for FREQUENCY_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more