pub struct W(_);
Expand description
Register clock_divide
writer
Implementations
sourceimpl W
impl W
sourcepub fn frequency(&mut self) -> FREQUENCY_W<'_>
pub fn frequency(&mut self) -> FREQUENCY_W<'_>
Bit 31 - 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.
sourcepub fn peripheral(&mut self) -> PERIPHERAL_W<'_>
pub fn peripheral(&mut self) -> PERIPHERAL_W<'_>
Bits 24:27 - 160-MHz clock divide factor
sourcepub fn bus2_sync(&mut self) -> BUS2_SYNC_W<'_>
pub fn bus2_sync(&mut self) -> BUS2_SYNC_W<'_>
Bits 16:23 - Ratio between bus1 and bus2 clock frequency
Methods from Deref<Target = W<CLOCK_DIVIDE_SPEC>>
Trait Implementations
sourceimpl From<W<CLOCK_DIVIDE_SPEC>> for W
impl From<W<CLOCK_DIVIDE_SPEC>> for W
sourcefn from(writer: W<CLOCK_DIVIDE_SPEC>) -> Self
fn from(writer: W<CLOCK_DIVIDE_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
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