iLLD_TC27xD  1.0
Result Functions
Collaboration diagram for Result Functions:

Functions

IFX_INLINE sint16 IfxDsadc_Dsadc_getMainResult (IfxDsadc_Dsadc_Channel *channel)
 Get result from the main chain. More...
 
IFX_EXTERN sint16 IfxDsadc_Dsadc_getAuxResult (IfxDsadc_Dsadc_Channel *channel)
 Get result from the auxilary chain. More...
 

Detailed Description

Function Documentation

IFX_EXTERN sint16 IfxDsadc_Dsadc_getAuxResult ( IfxDsadc_Dsadc_Channel channel)

Get result from the auxilary chain.

Parameters
channelPointer to the DSADC channel handle
Returns
result from the auxiliary chain

Definition at line 123 of file IfxDsadc_Dsadc.c.

IFX_INLINE sint16 IfxDsadc_Dsadc_getMainResult ( IfxDsadc_Dsadc_Channel channel)

Get result from the main chain.

Parameters
channelPointer to the DSADC channel handle
Returns
result from the main chain

Definition at line 494 of file IfxDsadc_Dsadc.h.