iLLD_TC27xD  1.0
Interrupt Functions
Collaboration diagram for Interrupt Functions:

Functions

IFX_INLINE volatile Ifx_SRC_SRCR * IfxGpt12_T2_getSrc (Ifx_GPT12 *gpt12)
 Returns the address of Timer 2 service request. More...
 
IFX_INLINE volatile Ifx_SRC_SRCR * IfxGpt12_T3_getSrc (Ifx_GPT12 *gpt12)
 Returns the address of Timer 3 service request. More...
 
IFX_INLINE volatile Ifx_SRC_SRCR * IfxGpt12_T4_getSrc (Ifx_GPT12 *gpt12)
 Returns the address of Timer 4 service request. More...
 
IFX_INLINE volatile Ifx_SRC_SRCR * IfxGpt12_T5_getSrc (Ifx_GPT12 *gpt12)
 Returns the address of Timer 5 service request. More...
 
IFX_INLINE volatile Ifx_SRC_SRCR * IfxGpt12_T6_getSrc (Ifx_GPT12 *gpt12)
 Returns the address of Timer 6 service request. More...
 
IFX_INLINE volatile Ifx_SRC_SRCR * IfxGpt12_getCaptureSrc (Ifx_GPT12 *gpt12)
 Returns the address of capture service request. More...
 

Detailed Description

Function Documentation

IFX_INLINE volatile Ifx_SRC_SRCR * IfxGpt12_getCaptureSrc ( Ifx_GPT12 *  gpt12)

Returns the address of capture service request.

Parameters
gpt12Pointer to module base address
Returns
address of capture Interrupt

Definition at line 1456 of file IfxGpt12.h.

IFX_INLINE volatile Ifx_SRC_SRCR * IfxGpt12_T2_getSrc ( Ifx_GPT12 *  gpt12)

Returns the address of Timer 2 service request.

Parameters
gpt12Pointer to module base address
Returns
address of timer 2 Interrupt

Definition at line 971 of file IfxGpt12.h.

IFX_INLINE volatile Ifx_SRC_SRCR * IfxGpt12_T3_getSrc ( Ifx_GPT12 *  gpt12)

Returns the address of Timer 3 service request.

Parameters
gpt12Pointer to module base address
Returns
address of Timer 3 Interrupt

Definition at line 1081 of file IfxGpt12.h.

IFX_INLINE volatile Ifx_SRC_SRCR * IfxGpt12_T4_getSrc ( Ifx_GPT12 *  gpt12)

Returns the address of Timer 4 service request.

Parameters
gpt12Pointer to module base address
Returns
address of timer 4 interrupt

Definition at line 1173 of file IfxGpt12.h.

Referenced by IfxGpt12_IncrEnc_init().

IFX_INLINE volatile Ifx_SRC_SRCR * IfxGpt12_T5_getSrc ( Ifx_GPT12 *  gpt12)

Returns the address of Timer 5 service request.

Parameters
gpt12Pointer to module base address
Returns
address of Timer 5 Interrupt

Definition at line 1281 of file IfxGpt12.h.

IFX_INLINE volatile Ifx_SRC_SRCR * IfxGpt12_T6_getSrc ( Ifx_GPT12 *  gpt12)

Returns the address of Timer 6 service request.

Parameters
gpt12Pointer to module base address
Returns
address of Timer 6 interrupt

Definition at line 1386 of file IfxGpt12.h.