Expand description
Type-level enum for the XOSC32K operation mode
The XOSC32K clock can be sourced from either an external clock or a crystal
oscillator. This type-level enum provides two type-level variants,
ClockMode and CrystalMode, representing these operating modes.
Mode is the type-level equivalent of DynMode. See the documentation on
type-level programming and specifically type-level enums for more
details.