MCUXpresso SDK API Reference Manual  Rev 2.16.000
NXP Semiconductors
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
TRDC: Trusted Resource Domain Controller

Overview

The MCUXpresso SDK provides a driver for the Trusted Resource Domain Controller (TRDC) block of MCUXpresso SDK devices.

TRDC functions

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...
 

Function Documentation

void TRDC_Init ( TRDC_Type *  base)

This function enables the TRDC clock.

Parameters
baseTRDC peripheral base address.
void TRDC_Deinit ( TRDC_Type *  base)

This function disables the TRDC clock.

Parameters
baseTRDC peripheral base address.