ClkoutdivW

Type Alias ClkoutdivW 

pub type ClkoutdivW<'a, REG> = FieldWriter<'a, REG, 3, Clkoutdiv, Safe>;
Expand description

Field CLKOUTDIV writer - CLKOUT Divide Ratio

Aliased Type§

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

Implementations§

§

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

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

Divide by 1

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

Divide by 2

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

Divide by 3

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

Divide by 4

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

Divide by 5

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

Divide by 6

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

Divide by 7

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

Divide by 8