Type Alias MODE_W

Source
pub type MODE_W<'a> = FieldWriterSafe<'a, u32, CTRL_SPEC, u8, MODE_A, 2, 0>;
Expand description

Field MODE writer - BURTC Enable

Aliased Type§

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

Implementations§

Source§

impl<'a> MODE_W<'a>

Source

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

The BURTC is disabled.

Source

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

The BURTC is in normal operating mode, operating in EM0-EM2. Oscillators must be enabled in CMU for use.

Source

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

The BURTC is enabled in EM0-EM3. Will prevent CMU from disabling used oscillators all the way down to EM3.

Source

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

The BURTC is enabled in EM0-EM4. Will prevent CMU from disabling used oscillators all the way down to EM4.