This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Clock setup for Tiva C LaunchPad TM4C123GXL?

I begin with Tiva C LaunchPad TM4C123GXL and Keil C ver 5. I'm following tutorial in TM4C123G workbook.

Lab 3: Initialization and GPIO. I met one the following code:

SysCtlClockSet(SYSCTL_SYSDIV_5|SYSCTL_USE_PLL|SYSCTL_XTAL_16MHZ|SYSCTL_OSC_MAIN);

And I don't understand what SYSCTL_XTAL_16MHZ mean?