iLLD_TC27xD  1.0
Module Functions
Collaboration diagram for Module Functions:

Functions

IFX_EXTERN void IfxDsadc_Dsadc_initCarrierGen (IfxDsadc_Dsadc *dsadc, const IfxDsadc_Dsadc_CarrierGenConfig *config)
 Initialise the DSADC carrier generator. More...
 
IFX_EXTERN void IfxDsadc_Dsadc_initModule (IfxDsadc_Dsadc *dsadc, const IfxDsadc_Dsadc_Config *config)
 Initialise the DSADC with the supplied configuration. More...
 
IFX_EXTERN void IfxDsadc_Dsadc_initModuleConfig (IfxDsadc_Dsadc_Config *config, Ifx_DSADC *dsadc)
 Initialise the config struct with default DSADC configuration. More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxDsadc_Dsadc_initCarrierGen ( IfxDsadc_Dsadc dsadc,
const IfxDsadc_Dsadc_CarrierGenConfig config 
)

Initialise the DSADC carrier generator.

Parameters
dsadcpointer to the DSADC handle (it will be initialized by this function)
configpointer to the DSADC carrier configuration
Returns
None

Definition at line 148 of file IfxDsadc_Dsadc.c.

IFX_EXTERN void IfxDsadc_Dsadc_initModule ( IfxDsadc_Dsadc dsadc,
const IfxDsadc_Dsadc_Config config 
)

Initialise the DSADC with the supplied configuration.

Parameters
dsadcpointer to the DSADC handle (it will be initialized by this function)
configpointer to the DSADC module configuration
Returns
None

A coding example can be found in How to use the DSADC Interface driver?

Definition at line 399 of file IfxDsadc_Dsadc.c.

IFX_EXTERN void IfxDsadc_Dsadc_initModuleConfig ( IfxDsadc_Dsadc_Config config,
Ifx_DSADC *  dsadc 
)

Initialise the config struct with default DSADC configuration.

Parameters
configpointer to the DSADC module configuration
dsadcbase address of the DSADC register space
Returns
None

A coding example can be found in How to use the DSADC Interface driver?

Definition at line 429 of file IfxDsadc_Dsadc.c.