MultW

Type Alias MultW 

pub type MultW<'a, REG> = FieldWriter<'a, REG, 2, Mult, Safe>;
Expand description

Field MULT writer - Multiplication Factor Select for Prescaler

Aliased Type§

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

Implementations§

§

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

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

Multiplication factor is 1.

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

Multiplication factor is 10.

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

Multiplication factor is 20.

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

Multiplication factor is 40.