Struct w806_pac::rcc::clock_divide::FREQUENCY_W
source · [−]pub struct FREQUENCY_W<'a> { /* private fields */ }
Expand description
Field frequency
writer - 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<'a> FREQUENCY_W<'a>
impl<'a> FREQUENCY_W<'a>
sourcepub fn variant(self, variant: FREQUENCY_A) -> &'a mut W
pub fn variant(self, variant: FREQUENCY_A) -> &'a mut W
Writes variant
to the field
Auto Trait Implementations
impl<'a> RefUnwindSafe for FREQUENCY_W<'a>
impl<'a> Send for FREQUENCY_W<'a>
impl<'a> Sync for FREQUENCY_W<'a>
impl<'a> Unpin for FREQUENCY_W<'a>
impl<'a> !UnwindSafe for FREQUENCY_W<'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