iLLD_TC27xD  1.0
Channel Functions
Collaboration diagram for Channel Functions:

Functions

IFX_EXTERN void IfxDsadc_Dsadc_initChannel (IfxDsadc_Dsadc_Channel *channel, const IfxDsadc_Dsadc_ChannelConfig *config)
 Initialise a DSADC channel with the supplied configuration. More...
 
IFX_EXTERN void IfxDsadc_Dsadc_initChannelConfig (IfxDsadc_Dsadc_ChannelConfig *config, IfxDsadc_Dsadc *dsadc)
 Initialise the config struct with default DSADC channel configuration. More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxDsadc_Dsadc_initChannel ( IfxDsadc_Dsadc_Channel channel,
const IfxDsadc_Dsadc_ChannelConfig config 
)

Initialise a DSADC channel with the supplied configuration.

Parameters
channelpointer to the DSADC channel handle (it will be initialized by this function)
configpointer to the DSADC Channel configuration
Returns
None

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

Definition at line 179 of file IfxDsadc_Dsadc.c.

IFX_EXTERN void IfxDsadc_Dsadc_initChannelConfig ( IfxDsadc_Dsadc_ChannelConfig config,
IfxDsadc_Dsadc dsadc 
)

Initialise the config struct with default DSADC channel configuration.

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

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

Definition at line 237 of file IfxDsadc_Dsadc.c.