AdivW

Type Alias AdivW 

pub type AdivW<'a, REG> = FieldWriter<'a, REG, 2, Adiv, Safe>;
Expand description

Field ADIV writer - Clock Divide Select

Aliased Type§

pub struct AdivW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> AdivW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

pub fn _00(self) -> &'a mut W<REG>

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

pub fn _01(self) -> &'a mut W<REG>

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

pub fn _10(self) -> &'a mut W<REG>

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

pub fn _11(self) -> &'a mut W<REG>

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