iLLD_TC27xC  1.0
Interrupt Functions
Collaboration diagram for Interrupt Functions:

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...
 

Detailed Description

Function Documentation

IFX_EXTERN volatile Ifx_SRC_SRCR* IfxDsadc_getAuxSrc ( Ifx_DSADC *  dsadc,
IfxDsadc_ChannelId  channel 
)

Address/pointer to the interrupt source register.

Parameters
dsadcPointer to the DSADC register space
channelChannel Id
Returns
Address/pointer to the interrupt source register

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.

Parameters
dsadcPointer to the DSADC register space
channelChannel Id
Returns
Address/pointer to the interrupt source register

Definition at line 93 of file IfxDsadc.c.

Referenced by IfxDsadc_Dsadc_getMainSrc().