![]() |
MCUXpresso SDK API Reference Manual
Rev. 0
NXP Semiconductors
|
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... | |
#define FSL_SYSON_DRIVER_VERSION (MAKE_VERSION(2, 0, 0)) |
Version 2.0.0.
void SYSCON_AttachSignal | ( | SYSCON_Type * | base, |
uint32_t | index, | ||
syscon_connection_t | connection | ||
) |
This function gates the SYSCON clock.
base | Base address of the SYSCON peripheral. |
index | Destination peripheral to attach the signal to. |
connection | Selects connection. |
None. |