iLLD_TC27xD  1.0
Module Initialisation functions
Collaboration diagram for Module Initialisation functions:

Functions

IFX_EXTERN void IfxDts_Dts_initModule (const IfxDts_Dts_Config *config)
 Initialise the DTS with supplied configuration. More...
 
IFX_EXTERN void IfxDts_Dts_initModuleConfig (IfxDts_Dts_Config *config)
 Intialises the module configuration buffer with default configuration. More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxDts_Dts_initModule ( const IfxDts_Dts_Config config)

Initialise the DTS with supplied configuration.

Parameters
configpointer to module configuration structure
Returns
None

Usage Example : How to use the DTS Interface driver?

Definition at line 58 of file IfxDts_Dts.c.

IFX_EXTERN void IfxDts_Dts_initModuleConfig ( IfxDts_Dts_Config config)

Intialises the module configuration buffer with default configuration.

Parameters
configpointer to module configuration structure
Returns
None

Usage Example : How to use the DTS Interface driver?

Definition at line 108 of file IfxDts_Dts.c.