#[repr(u8)]
pub enum Prescaler {
D1,
D2,
D4,
D6,
D8,
D10,
D12,
D16,
D32,
D64,
D128,
D256,
}
Expand description
Sets ADC clock prescaler; ADCx_CCR register, PRESC field.
Performs copy-assignment from
source
.
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.