Type Definition lpc81x_pac::lpc812::syscon::wdtoscctrl::FREQSEL_W

source ·
pub type FREQSEL_W<'a, const O: u8> = FieldWriter<'a, u32, WDTOSCCTRL_SPEC, u8, u8, 4, O>;
Expand description

Field FREQSEL writer - Frequency select. Selects the frequency of the oscillator. 0x00 = invalid setting when watchdog oscillator is running 0x1 = 0.6 MHz 0x2 = 1.05 MHz 0x3 = 1.4 MHz 0x4 = 1.75 MHz 0x5 = 2.1 MHz 0x6 = 2.4 MHz 0x7 = 2.7 MHz 0x8 = 3.0 MHz 0x9 = 3.25 MHz 0xA = 3.5 MHz 0xB = 3.75 MHz 0xC = 4.0 MHz 0xD = 4.2 MHz 0xE = 4.4 MHz 0xF = 4.6 MHz