iLLD_TC27xC
1.0
|
![]() |
Functions | |
IFX_INLINE void | IfxDsadc_startScan (Ifx_DSADC *dsadc, uint32 modulatorMask, uint32 channelMask) |
Enables the conversion of multiple channels. More... | |
IFX_INLINE void | IfxDsadc_stopScan (Ifx_DSADC *dsadc, uint32 modulatorMask) |
Disables the conversion of multiple channels. More... | |
IFX_INLINE void IfxDsadc_startScan | ( | Ifx_DSADC * | dsadc, |
uint32 | modulatorMask, | ||
uint32 | channelMask | ||
) |
Enables the conversion of multiple channels.
dsadc | Pointer to the DSADC register space |
modulatorMask | the modulator which should be running (bitwise selection) |
channelMask | the channels which should be scanned (bitwise selection) |
Definition at line 584 of file IfxDsadc.h.
Referenced by IfxDsadc_Dsadc_startScan().
IFX_INLINE void IfxDsadc_stopScan | ( | Ifx_DSADC * | dsadc, |
uint32 | modulatorMask | ||
) |
Disables the conversion of multiple channels.
dsadc | Pointer to the DSADC register space |
modulatorMask | the modulator which should be disabled (bitwise selection) |
Definition at line 590 of file IfxDsadc.h.
Referenced by IfxDsadc_Dsadc_stopScan().