Struct w806_pac::rcc::clock_divide::FREQUENCY_R
source · [−]pub struct FREQUENCY_R(_);
Expand description
Field frequency
reader - 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.
Implementations
sourceimpl FREQUENCY_R
impl FREQUENCY_R
sourcepub fn variant(&self) -> FREQUENCY_A
pub fn variant(&self) -> FREQUENCY_A
Get enumerated values variant
sourcepub fn is_in_effect(&self) -> bool
pub fn is_in_effect(&self) -> bool
Checks if the value of the field is IN_EFFECT
Methods from Deref<Target = FieldReader<bool>>
sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true
if the bit is clear (0).
sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true
if the bit is set (1).
Trait Implementations
sourceimpl Deref for FREQUENCY_R
impl Deref for FREQUENCY_R
Auto Trait Implementations
impl RefUnwindSafe for FREQUENCY_R
impl Send for FREQUENCY_R
impl Sync for FREQUENCY_R
impl Unpin for FREQUENCY_R
impl UnwindSafe for FREQUENCY_R
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