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 clock and power driver for the SYSCON module of MCUXpresso SDK devices. For furter details, see the corresponding chapter.

Files

file  fsl_syscon.h
 
file  fsl_syscon.h
 

Functions

void SYSCON_AttachSignal (SYSCON_Type *base, uint32_t index, syscon_connection_t connection)
 Attaches a signal. More...
 

Driver version

#define FSL_SYSON_DRIVER_VERSION   (MAKE_VERSION(2, 0, 0))
 Group syscon driver version for SDK. More...
 

Macro Definition Documentation

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

Version 2.0.0.

Function Documentation

void SYSCON_AttachSignal ( SYSCON_Type *  base,
uint32_t  index,
syscon_connection_t  connection 
)

This function gates the SYSCON clock.

Parameters
baseBase address of the SYSCON peripheral.
indexDestination peripheral to attach the signal to.
connectionSelects connection.
Return values
None.