AdivR

Type Alias AdivR 

pub type AdivR = FieldReader<Adiv>;
Expand description

Field ADIV reader - Clock Divide Select

Aliased Type§

pub struct AdivR { /* private fields */ }

Implementations§

§

impl AdivR

pub const fn variant(&self) -> Adiv

Get enumerated values variant

pub fn is_00(&self) -> bool

The divide ratio is 1 and the clock rate is input clock.

pub fn is_01(&self) -> bool

The divide ratio is 2 and the clock rate is (input clock)/2.

pub fn is_10(&self) -> bool

The divide ratio is 4 and the clock rate is (input clock)/4.

pub fn is_11(&self) -> bool

The divide ratio is 8 and the clock rate is (input clock)/8.