ClkoutselW

Type Alias ClkoutselW 

pub type ClkoutselW<'a, REG> = FieldWriter<'a, REG, 4, Clkoutsel>;
Expand description

Field CLKOUTSEL writer - SCG Clkout Select

Aliased Type§

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

Implementations§

§

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

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

SCG SLOW Clock

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

System OSC (SOSC_CLK)

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

Slow IRC (SIRC_CLK)

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

Fast IRC (FIRC_CLK)

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

System PLL (SPLL_CLK)