Texas Instruments TMS320C6000 Reference Manual page 133

Chip support library api
Hide thumbs Also See for TMS320C6000:
Table of Contents

Advertisement

4.10.4
IRQ_EVT_NNNN
Constant
Description
4.10.5
IRQ_Map
Function
Arguments
Return Value
Description
Example
These are the IRQ events
IRQ_EVT_DSPINT
IRQ_EVT_TINT0
IRQ_EVT_TINT1
IRQ_EVT_SDINT
IRQ_EVT_EXTINT4
IRQ_EVT_EXTINT5
IRQ_EVT_EXTINT6
IRQ_EVT_EXTINT7
IRQ_EVT_DMAINT0
IRQ_EVT_DMAINT1
IRQ_EVT_DMAINT2
IRQ_EVT_DMAINT3
IRQ_EVT_EDMAINT
IRQ_EVT_XINT0
IRQ_EVT_RINT0
IRQ_EVT_XINT1
IRQ_EVT_RINT1
IRQ_EVT_XINT2
IRQ_EVT_RINT2
These are the IRQ events. Refer to the TMS320C6000 Peripherals Ref-
erence Guide (literature number SPRU190) for more details regarding
the events.
Maps an event to a physical interrupt number by
configuring the interrupt selector MUX registers
void IRQ_Map(
UINT32 EventId,
int IntNumber
);
Event ID. See IRQ_EVT_NNNN for a complete list of
EventId
events.
Interrupt number, 0 to 15
IntNumber
none
This function maps an event to a physical interrupt number by configur-
ing the interrupt selector MUX registers. For most cases, the default
map is sufficient and does not need to be changed.
IRQ_Map(IRQ_EVT_TINT0,12);
CSL API Reference
IRQ
4-85

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the TMS320C6000 and is the answer not in the manual?

Table of Contents