Type Alias AdivR
pub type AdivR = FieldReader<Adiv>;
Expand description
Field ADIV reader - Clock Divide Select
pub struct AdivR { }
Get enumerated values variant
The divide ratio is 1 and the clock rate is input clock.
The divide ratio is 2 and the clock rate is (input clock)/2.
The divide ratio is 4 and the clock rate is (input clock)/4.
The divide ratio is 8 and the clock rate is (input clock)/8.