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 ENABLE
The system clock must be switched to another source before setting this field to DISABLE otherwise the chip will lock up
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 */ }