pub struct R(_);
Expand description

Register clock_divide reader

Implementations

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.

Bits 24:27 - 160-MHz clock divide factor

Bits 16:23 - Ratio between bus1 and bus2 clock frequency

Bits 8:15 - PLL to WLAN system divide factor

After dividing the frequency of the clock from the PLL, it is sent to the wlan system. This register is the frequency division factor, the factor should be >= 2.

Bits 8:15 - PLL to CPU clock divide factor

Methods from Deref<Target = R<CLOCK_DIVIDE_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Converts to this type from the input type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.