![]() |
MCUXpresso SDK API Reference Manual
Rev 2.16.000
NXP Semiconductors
|
The MCUXpresso SDK provides a driver for the Trusted Resource Domain Controller (TRDC) block of MCUXpresso SDK devices.
The TRDC module includes four submodules, as follows:
Accordingly, the TRDC driver functions could be grouped as follows:
Initialization and deinitialization | |
void | TRDC_Init (TRDC_Type *base) |
Initializes the TRDC module. More... | |
void | TRDC_Deinit (TRDC_Type *base) |
De-initializes the TRDC module. More... | |
void TRDC_Init | ( | TRDC_Type * | base | ) |
This function enables the TRDC clock.
base | TRDC peripheral base address. |
void TRDC_Deinit | ( | TRDC_Type * | base | ) |
This function disables the TRDC clock.
base | TRDC peripheral base address. |