Type Alias rp2040_pac::xosc::ctrl::ENABLE_W

source ·
pub type ENABLE_W<'a, REG> = FieldWriter<'a, REG, 12, ENABLE_A>;
Expand description

Field ENABLE writer - On power-up this field is initialised to DISABLE and the chip runs from the ROSC.
If the chip has subsequently been programmed to run from the XOSC then setting this field to DISABLE may lock-up the chip. If this is a concern then run the clk_ref from the ROSC and enable the clk_sys RESUS feature.
The 12-bit code is intended to give some protection against accidental writes. An invalid setting will enable the oscillator.

Aliased Type§

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

Implementations§

source§

impl<'a, REG> ENABLE_W<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u16>,

source

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

110100011110

source

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

111110101011