iLLD_TC27xD  1.0
Channel Scan Functions
Collaboration diagram for Channel Scan Functions:

Functions

IFX_INLINE IfxVadc_Status IfxVadc_Adc_getScanStatus (IfxVadc_Adc_Group *group)
 Gives the scan status for a group. More...
 
IFX_INLINE void IfxVadc_Adc_setScan (IfxVadc_Adc_Group *group, uint32 channels, uint32 mask)
 Configures an autoscan. More...
 
IFX_INLINE void IfxVadc_Adc_startScan (IfxVadc_Adc_Group *group)
 Starts an autoscan on the specified group. More...
 

Detailed Description

Function Documentation

IFX_INLINE IfxVadc_Status IfxVadc_Adc_getScanStatus ( IfxVadc_Adc_Group group)

Gives the scan status for a group.

Parameters
grouppointer to the VADC group
Returns
IfxVadc_Status

For coding example see: IfxVadc_Adc_getResultBasedOnRequestSource

Definition at line 1239 of file IfxVadc_Adc.h.

IFX_INLINE void IfxVadc_Adc_setScan ( IfxVadc_Adc_Group group,
uint32  channels,
uint32  mask 
)

Configures an autoscan.

Parameters
grouppointer to the VADC group
channelsspecifies the channels which should be enabled/disabled
maskspecifies the channels which should be modified
Returns
None

For coding example see: How to use the VADC ADC Interface driver?

Definition at line 1257 of file IfxVadc_Adc.h.

IFX_INLINE void IfxVadc_Adc_startScan ( IfxVadc_Adc_Group group)

Starts an autoscan on the specified group.

Parameters
grouppointer to the VADC group
Returns
None

For coding example see: How to use the VADC ADC Interface driver?

Definition at line 1275 of file IfxVadc_Adc.h.