Freescale Semiconductor DSP56366 User Manual

Page 273

Advertising
background image

Equates

DSP56366 24-Bit Digital Signal Processor User Manual, Rev. 4

Freescale Semiconductor

B-7

M_D4L0 EQU 20 ; DMA4 Interrupt Priority Level (low)

M_D4L1 EQU 21 ; DMA4 Interrupt Priority Level (high)

M_D5L EQU $C00000 ; DMA5 Interrupt priority Level Mask

M_D5L0 EQU 22 ; DMA5 Interrupt Priority Level (low)

M_D5L1 EQU 23 ; DMA5 Interrupt Priority Level (high)

; Interrupt Priority Register Peripheral (IPRP)

M_ESL EQU $3 ; ESAI Interrupt Priority Level Mask

M_ESL0 EQU 0 ; ESAI Interrupt Priority Level (low)

M_ESL1 EQU 1 ; ESAI Interrupt Priority Level (high)

M_SHL EQU $C ; SHI Interrupt Priority Level Mask

M_SHL0 EQU 2 ; SHI Interrupt Priority Level (low)

M_SHL1 EQU 3 ; SHI Interrupt Priority Level (high)

M_HDL EQU $30 ; HDI08 Interrupt Priority Level Mask

M_HDL0 EQU 4 ; HDI08 Interrupt Priority Level (low)

M_HDL1 EQU 5 ; HDI08 Interrupt Priority Level (high)

M_DAL EQU $C0 ; DAX Interrupt Priority Level Mask

M_DAL0 EQU 6 ; DAX Interrupt Priority Level (low)

M_DAL1 EQU 7 ; DAX Interrupt Priority Level (high)

M_TAL EQU $300 ;Timer Interrupt Priority Level Mask

M_TAL0 EQU 8 ;Timer Interrupt Priority Level (low)

M_TAL1 EQU 9 ;Timer Interrupt Priority Level (high)

M_ES1L EQU $C00

; ESAI_1 Interrupt Priority Level Mask

M_ESL10 EQU 0 ; ESAI_1 Interrupt Priority Level (low)

M_ESL11 EQU 1 ; ESAI_1 Interrupt Priority Level (high)

;------------------------------------------------------------------------

;

; EQUATES for Direct Memory Access (DMA)

;

Advertising