3 summary of interrupt control registers – Texas Instruments TMS320C67X/C67X+ DSP User Manual
Page 405

Overview
Interrupts
5-10
SPRU733
5.1.3 Summary of Interrupt Control Registers
Table 5−2 lists the interrupt control registers on the C67x CPU.
Table 5−2. Interrupt Control Registers
Acronym
Register Name
Description
Page
CSR
Control status register
Allows you to globally set or disable interrupts
ICR
Interrupt clear register
Allows you to clear flags in the IFR manually
IER
Interrupt enable register
Allows you to enable interrupts
IFR
Interrupt flag register
Shows the status of interrupts
IRP
Interrupt return pointer
register
Contains the return address used on return from a
maskable interrupt. This return is accomplished via
the B IRP instruction.
ISR
Interrupt set register
Allows you to set flags in the IFR manually
ISTP
Interrupt service table pointer
register
Pointer to the beginning of the interrupt service
table
NRP
Nonmaskable interrupt return
pointer register
Contains the return address used on return from a
nonmaskable interrupt. This return is accom-
plished via the B NRP instruction.