MCUXpresso SDK API Reference Manual  Rev. 0
NXP Semiconductors
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
SYSCON: System Configuration

Overview

The MCUXpresso SDK provides a peripheral driver for the System Configuration (SYSCON) module of MCUXpresso SDK devices.

Modules

 Clock driver
 

Files

file  fsl_syscon.h
 

Functions

__STATIC_INLINE void SYSCON_SetLoadCap (SYSCON_Type *base, uint8_t xtalType, uint8_t loadCap)
 Sets load cap for on bard crystal. More...
 

Driver version

#define LPC_SYSCON_DRIVER_VERSION   (MAKE_VERSION(2, 0, 0))
 SYSCON driver version 2.0.0. More...
 

Macro Definition Documentation

#define LPC_SYSCON_DRIVER_VERSION   (MAKE_VERSION(2, 0, 0))

Function Documentation

__STATIC_INLINE void SYSCON_SetLoadCap ( SYSCON_Type *  base,
uint8_t  xtalType,
uint8_t  loadCap 
)
Parameters
baseThe base of SYSCON peripheral on the chip
xtalTypeXTAL type (1 : 16/32MHz, 0: 32KHz)
loadCapload cap value
Returns
Nothing