SYSCLK_RDY=busy, SYSCLK_SEL=IPO, SYSCLK_DIV=div1, ERFO_RDY=not, ERFO_EN=dis
Clock Control.
SYSCLK_DIV | Prescaler Select. This 3 bit field sets the system operating frequency by controlling the prescaler that divides the output of the PLL0. 0 (div1): Divide by 1. 1 (div2): Divide by 2. 2 (div4): Divide by 4. 3 (div8): Divide by 8. 4 (div16): Divide by 16. 5 (div32): Divide by 32. 6 (div64): Divide by 64. 7 (div128): Divide by 128. |
SYSCLK_SEL | Clock Source Select. This 3 bit field selects the source for the system clock. 0 (IPO): The internal Primary oscillator is used for the system clock. 2 (ERFO): 27MHz Crystal is used for the system clock. 3 (INRO): 8kHz Internal Nano Ring Oscillator is used for the system clock. 5 (IBRO): The internal Baud Rate oscillator is used for the system clock. 6 (ERTCO): 32kHz is used for the system clock. 7 (EXTCLK): External Clock. |
SYSCLK_RDY | Clock Ready. This read only bit reflects whether the currently selected system clock source is running. 0 (busy): Switchover to the new clock source (as selected by CLKSEL) has not yet occurred. 1 (ready): System clock running from CLKSEL clock source. |
ERFO_EN | 27MHz Crystal Oscillator Enable. 0 (dis): Is Disabled. 1 (en): Is Enabled. |
ERTCO_EN | 32kHz Crystal Oscillator Enable. |
IPO_EN | 50MHz High Frequency Internal Reference Clock Enable. |
IBRO_EN | 8MHz High Frequency Internal Reference Clock Enable. |
IBRO_VS | 7.3728MHz Internal Oscillator Voltage Source Select |
ERFO_RDY | 27MHz Crystal Oscillator Ready 0 (not): Is not Ready. 1 (ready): Is Ready. |
ERTCO_RDY | 32kHz Crystal Oscillator Ready |
IPO_RDY | Internal Primary Oscillator Ready. |
IBRO_RDY | Internal Baud Rate Oscillator Ready. |
INRO_RDY | Internal Nano Ring Oscillator Low Frequency Reference Clock Ready. |