ClkW

Type Alias ClkW 

pub type ClkW<'a, REG> = FieldWriter<'a, REG, 2, Clk, Safe>;
Expand description

Field CLK writer - Watchdog Clock

Aliased Type§

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

Implementations§

§

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

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

Bus clock

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

LPO clock

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

INTCLK (internal clock)

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

ERCLK (external reference clock)