Type Alias xmc4300::scu_osc::oschpctrl::MODE_R

source ·
pub type MODE_R = FieldReader<MODE_A>;
Expand description

Field MODE reader - Oscillator Mode

Aliased Type§

struct MODE_R { /* private fields */ }

Implementations§

source§

impl MODE_R

source

pub const fn variant(&self) -> MODE_A

Get enumerated values variant

source

pub fn is_const_00(&self) -> bool

External Crystal Mode and External Input Clock Mode. The oscillator Power-Saving Mode is not entered.

source

pub fn is_const_01(&self) -> bool

OSC is disabled. The oscillator Power-Saving Mode is not entered.

source

pub fn is_const_10(&self) -> bool

External Input Clock Mode and the oscillator Power-Saving Mode is entered

source

pub fn is_const_11(&self) -> bool

OSC is disabled. The oscillator Power-Saving Mode is entered.