ScsW

Type Alias ScsW 

pub type ScsW<'a, REG> = FieldWriter<'a, REG, 4, Scs>;
Expand description

Field SCS writer - System Clock Source

Aliased Type§

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

Implementations§

§

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

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)