RangeR

Type Alias RangeR 

pub type RangeR = FieldReader<Range>;
Expand description

Field RANGE reader - System OSC Range Select

Aliased Type§

pub struct RangeR { /* private fields */ }

Implementations§

§

impl RangeR

pub const fn variant(&self) -> Option<Range>

Get enumerated values variant

pub fn is_01(&self) -> bool

Low frequency range selected for the crystal oscillator

pub fn is_10(&self) -> bool

Medium frequency range selected for the crystal oscillator

pub fn is_11(&self) -> bool

High frequency range selected for the crystal oscillator