Type Definition stm32g0::stm32g0c1::adc::ccr::PRESC_R

source · []
pub type PRESC_R = FieldReader<u8, PRESC_A>;
Expand description

Field PRESC reader - ADC prescaler Set and cleared by software to select the frequency of the clock to the ADC. Other: Reserved Note: Software is allowed to write these bits only when the ADC is disabled (ADCALÂ =Â 0, ADSTARTÂ =Â 0, ADSTPÂ =Â 0, ADDISÂ =Â 0 and ADENÂ =Â 0).

Implementations

Get enumerated values variant

Checks if the value of the field is Div1

Checks if the value of the field is Div2

Checks if the value of the field is Div4

Checks if the value of the field is Div6

Checks if the value of the field is Div8

Checks if the value of the field is Div10

Checks if the value of the field is Div12

Checks if the value of the field is Div16

Checks if the value of the field is Div32

Checks if the value of the field is Div64

Checks if the value of the field is Div128

Checks if the value of the field is Div256