C55 Module
2-26
2.3
C55 Module
The C55 module include target-specific functions for the TMS320C5000
family
Functions
❏
C55_disableIER0, C55_disableIER1. ASM macros to disable
selected interrupts in the IER0/IER1, respectively
❏
C55_disableInt. Disable an individual interrupt.
❏
C55_enableIER0, C55_enableIER1. ASM macros to enable
selected interrupts in the IER0/IER1, respectively
❏
C55_enableInt. Enable an individual interrupt.
❏
C55_l2AckInt. Explicitly acknowledge an L2 interrupt
❏
C55_l2DisableMIR, C55_l2DisableMIR1. Disable a set of L2
interrupts
❏
C55_l2EnableMIR, C55_l2EnableMIR1. Enable a set of L2 interrupts
❏
C55_l2SetIntPriority. Set the priority of a L2 interrupt
❏
C55_plug. Plug interrupt vector
Description
The C55 module provide certain target-specific functions and definitions
for the TMS320C5000 family of processors.
See the c55.h file for a complete list of definitions for hardware flags for
C. The c55.h file contain C language macros, #defines for various
TMS320C5000 registers, and structure definitions. The c55.h55 file also
contain assembly language macros for saving and restoring registers in
HWIs.