[][src]Type Definition imxrt1062_xtalosc24m::osc_config0::W

type W = W<u32, OSC_CONFIG0>;

Writer for register OSC_CONFIG0

Methods

impl W[src]

pub fn start(&mut self) -> START_W[src]

Bit 0 - Start/stop bit for the RC tuning calculation logic. If stopped the tuning logic is reset.

pub fn enable(&mut self) -> ENABLE_W[src]

Bit 1 - Enables the tuning logic to calculate new RC tuning values

pub fn bypass(&mut self) -> BYPASS_W[src]

Bit 2 - Bypasses any calculated RC tuning value and uses the programmed register value.

pub fn invert(&mut self) -> INVERT_W[src]

Bit 3 - Invert the stepping of the calculated RC tuning value.

pub fn rc_osc_prog(&mut self) -> RC_OSC_PROG_W[src]

Bits 4:11 - RC osc. tuning values.

pub fn hyst_plus(&mut self) -> HYST_PLUS_W[src]

Bits 12:15 - Positive hysteresis value

pub fn hyst_minus(&mut self) -> HYST_MINUS_W[src]

Bits 16:19 - Negative hysteresis value

pub fn rc_osc_prog_cur(&mut self) -> RC_OSC_PROG_CUR_W[src]

Bits 24:31 - The current tuning value in use.