PrescalerW

Type Alias PrescalerW 

pub type PrescalerW<'a, REG> = FieldWriter<'a, REG, 3, Prescaler, Safe>;
Expand description

Field PRESCALER writer - Prescaler Divider Select

Aliased Type§

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

Implementations§

§

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

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

Counting uses the peripheral clock divided by MULT (the multiplication factor).

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

Counting uses the peripheral clock divided by 2 x MULT (the multiplication factor).

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

Counting uses the peripheral clock divided by 4 x MULT (the multiplication factor).

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

Counting uses the peripheral clock divided by 8 x MULT (the multiplication factor).

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

Counting uses the peripheral clock divided by 16 x MULT (the multiplication factor).

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

Counting uses the peripheral clock divided by 32 x MULT (the multiplication factor).

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

Counting uses the peripheral clock divided by 64 x MULT (the multiplication factor).

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

Counting uses the peripheral clock divided by 128 x MULT (the multiplication factor).