pub struct CKMODE_W<'a> { /* private fields */ }
Expand description

Field CKMODE writer - ADC clock mode

Implementations

Writes variant to the field

Use Kernel Clock adc_ker_ck_input divided by PRESC. Asynchronous to AHB clock

Use AHB clock rcc_hclk3. In this case rcc_hclk must equal sys_d1cpre_ck

Use AHB clock rcc_hclk3 divided by 2

Use AHB clock rcc_hclk3 divided by 4

Writes raw bits to the field

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.