pub struct R(_);
Expand description
Register clock_divide
reader
Implementations
sourceimpl R
impl R
sourcepub fn frequency(&self) -> FREQUENCY_R
pub fn frequency(&self) -> FREQUENCY_R
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(&self) -> PERIPHERAL_R
pub fn peripheral(&self) -> PERIPHERAL_R
Bits 24:27 - 160-MHz clock divide factor
sourcepub fn bus2_sync(&self) -> BUS2_SYNC_R
pub fn bus2_sync(&self) -> BUS2_SYNC_R
Bits 16:23 - Ratio between bus1 and bus2 clock frequency
Methods from Deref<Target = R<CLOCK_DIVIDE_SPEC>>
Trait Implementations
sourceimpl From<R<CLOCK_DIVIDE_SPEC>> for R
impl From<R<CLOCK_DIVIDE_SPEC>> for R
sourcefn from(reader: R<CLOCK_DIVIDE_SPEC>) -> Self
fn from(reader: R<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