iLLD_TC27xC
1.0
|
![]() |
Functions | |
IFX_INLINE void | IfxDsadc_Dsadc_startScan (IfxDsadc_Dsadc *dsadc, uint32 modulatorMask, uint32 channelMask) |
Enables the conversion of multiple channels. More... | |
IFX_INLINE void | IfxDsadc_Dsadc_stopScan (IfxDsadc_Dsadc *dsadc, uint32 modulatorMask) |
Disables the conversion of multiple channels. More... | |
IFX_INLINE void IfxDsadc_Dsadc_startScan | ( | IfxDsadc_Dsadc * | dsadc, |
uint32 | modulatorMask, | ||
uint32 | channelMask | ||
) |
Enables the conversion of multiple channels.
dsadc | Pointer to the DSADC handle |
modulatorMask | the modulator which should be running (bitwise selection) |
channelMask | the channels which should be scanned (bitwise selection) |
Definition at line 531 of file IfxDsadc_Dsadc.h.
IFX_INLINE void IfxDsadc_Dsadc_stopScan | ( | IfxDsadc_Dsadc * | dsadc, |
uint32 | modulatorMask | ||
) |
Disables the conversion of multiple channels.
dsadc | Pointer to the DSADC handle |
modulatorMask | the modulator which should be running (bitwise selection) |
Definition at line 537 of file IfxDsadc_Dsadc.h.