iLLD_TC27xD  1.0
Enumerations
Collaboration diagram for Enumerations:

Enumerations

enum  IfxSrc_Tos {
  IfxSrc_Tos_cpu0 = 0,
  IfxSrc_Tos_cpu1 = 1,
  IfxSrc_Tos_cpu2 = 2,
  IfxSrc_Tos_dma = 3
}
 Identifier of interrupt service provider, which handles the interrupt service request. More...
 

Detailed Description

Enumeration Type Documentation

enum IfxSrc_Tos

Identifier of interrupt service provider, which handles the interrupt service request.

Enumerator
IfxSrc_Tos_cpu0 

CPU0 interrupt service provider, which handles the interrupt service request.

IfxSrc_Tos_cpu1 

CPU1 interrupt service provider, which handles the interrupt service request.

IfxSrc_Tos_cpu2 

CPU2 interrupt service provider, which handles the interrupt service request.

IfxSrc_Tos_dma 

DMA interrupt service provider, which handles the interrupt service request.

Definition at line 49 of file IfxSrc_cfg.h.