Values that show xSysCtl Clock Set Configuration. More...
|
Values that show xSysCtl Clock Set Configuration.
Values that can be passed to the xSysCtlClockSet() API as the ulConfig parameter.
The ulConfig parameter is the logical OR of several different values, many of which are grouped into sets where only one can be chosen. ulConfig contains the external and internal crystal, main oscillators and PLL disabled options.
//! +--------------------------+----------------+--------------------------+ //! |SysCtl Clock Set Configs | CoX | NUC1xx | //! |--------------------------|----------------|--------------------------| //! |xSYSCTL_OSC_MAIN | Mandatory | Y | //! |--------------------------|----------------|--------------------------| //! |xSYSCTL_OSC_INT | Mandatory | Y | //! |--------------------------|----------------|--------------------------| //! |xSYSCTL_OSC_INTSL | Non-Mandatory | Y | //! |--------------------------|----------------|--------------------------| //! |xSYSCTL_OSC_EXTSL | Non-Mandatory | Y | //! |--------------------------|----------------|--------------------------| //! |xSYSCTL_XTAL_nMHZ | Non-Mandatory | xSYSCTL_XTAL_4MHZ | //! | | |--------------------------| //! | | | ... | //! | | |--------------------------| //! | | | xSYSCTL_XTAL_8MHZ | //! | | |--------------------------| //! | | | ... | //! | | |--------------------------| //! | | | xSYSCTL_XTAL_12MHZ | //! | | |--------------------------| //! | | | ... | //! | | |--------------------------| //! | | | xSYSCTL_XTAL_24MHZ | //! |--------------------------|----------------|--------------------------| //! |xSYSCTL_INT_nMHZ | Non-Mandatory | xSYSCTL_INT_22MHZ | //! |--------------------------|----------------|--------------------------| //! |xSYSCTL_INTSL_nKHZ/HZ | Non-Mandatory | xSYSCTL_INTSL_10KHZ | //! |--------------------------|----------------|--------------------------| //! |xSYSCTL_XTALSL_nHZ | Non-Mandatory | xSYSCTL_XTALSL_32768HZ | //! |--------------------------|----------------|--------------------------| //! |xSYSCTL_INT_OSC_DIS | Non-Mandatory | Y | //! |--------------------------|----------------|--------------------------| //! |xSYSCTL_MAIN_OSC_DIS | Non-Mandatory | Y | //! |--------------------------|----------------|--------------------------| //! |xSYSCTL_PLL_PWRDN | Non-Mandatory | Y | //! +--------------------------+----------------+--------------------------+ //!
| #define xSYSCTL_XTALSL_32768HZ |