iLLD_TC27xC
1.0
|
![]() |
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, boolean continuous) |
Configures an autoscan. More... | |
IFX_INLINE void | IfxVadc_Adc_startScan (IfxVadc_Adc_Group *group) |
Starts an autoscan on the specified group. More... | |
IFX_INLINE IfxVadc_Status IfxVadc_Adc_getScanStatus | ( | IfxVadc_Adc_Group * | group) |
Gives the scan status for a group.
group | pointer to the VADC group |
For coding example see: IfxVadc_Adc_getResultBasedOnRequestSource
Definition at line 1140 of file IfxVadc_Adc.h.
IFX_INLINE void IfxVadc_Adc_setScan | ( | IfxVadc_Adc_Group * | group, |
uint32 | channels, | ||
uint32 | mask, | ||
boolean | continuous | ||
) |
Configures an autoscan.
group | pointer to the VADC group |
channels | specifies the channels which should be enabled/disabled |
mask | specifies the channels which should be modified |
continuous | specifies if single triggered or continuous autoscan |
For coding example see: IfxVadc_Adc_getResultBasedOnRequestSource
Definition at line 1146 of file IfxVadc_Adc.h.
IFX_INLINE void IfxVadc_Adc_startScan | ( | IfxVadc_Adc_Group * | group) |
Starts an autoscan on the specified group.
group | pointer to the VADC group |
For coding example see: IfxVadc_Adc_getResultBasedOnRequestSource
Definition at line 1152 of file IfxVadc_Adc.h.