RangeW

Type Alias RangeW 

pub type RangeW<'a, REG> = FieldWriter<'a, REG, 2, Range>;
Expand description

Field RANGE writer - System OSC Range Select

Aliased Type§

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

Implementations§

§

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

pub fn _01(self) -> &'a mut W<REG>

Low frequency range selected for the crystal oscillator

pub fn _10(self) -> &'a mut W<REG>

Medium frequency range selected for the crystal oscillator

pub fn _11(self) -> &'a mut W<REG>

High frequency range selected for the crystal oscillator