CLKSEL_W

Type Alias CLKSEL_W 

Source
pub type CLKSEL_W<'a> = FieldWriterSafe<'a, u32, CTRL_SPEC, u8, CLKSEL_A, 2, 12>;
Expand description

Field CLKSEL writer - Select BURTC clock source

Aliased Type§

pub struct CLKSEL_W<'a> { /* private fields */ }

Implementations§

Source§

impl<'a> CLKSEL_W<'a>

Source

pub fn none(self) -> &'a mut W

No clock source selected for BURTC.

Source

pub fn lfrco(self) -> &'a mut W

LFRCO selected as BURTC clock source.

Source

pub fn lfxo(self) -> &'a mut W

LFXO selected as BURTC clock source.

Source

pub fn ulfrco(self) -> &'a mut W

ULFRCO selected as BURTC clock source.