iLLD_TC27xC
1.0
|
![]() |
Functions | |
IFX_EXTERN volatile Ifx_SRC_SRCR * | IfxDsadc_getAuxSrc (Ifx_DSADC *dsadc, IfxDsadc_ChannelId channel) |
Address/pointer to the interrupt source register. More... | |
IFX_EXTERN volatile Ifx_SRC_SRCR * | IfxDsadc_getMainSrc (Ifx_DSADC *dsadc, IfxDsadc_ChannelId channel) |
Get the interrupt source register for a Main event. More... | |
IFX_EXTERN volatile Ifx_SRC_SRCR* IfxDsadc_getAuxSrc | ( | Ifx_DSADC * | dsadc, |
IfxDsadc_ChannelId | channel | ||
) |
Address/pointer to the interrupt source register.
dsadc | Pointer to the DSADC register space |
channel | Channel Id |
Definition at line 36 of file IfxDsadc.c.
Referenced by IfxDsadc_Dsadc_getAuxSrc().
IFX_EXTERN volatile Ifx_SRC_SRCR* IfxDsadc_getMainSrc | ( | Ifx_DSADC * | dsadc, |
IfxDsadc_ChannelId | channel | ||
) |
Get the interrupt source register for a Main event.
dsadc | Pointer to the DSADC register space |
channel | Channel Id |
Definition at line 93 of file IfxDsadc.c.
Referenced by IfxDsadc_Dsadc_getMainSrc().