English
Language : 

PXN20RM Datasheet, PDF (533/1376 Pages) Freescale Semiconductor, Inc – PXN20 Microcontroller
Enhanced Direct Memory Access Controller (eDMA)
Both the eDMA request input signal and this enable request flag must be asserted before a channel’s
hardware service request is accepted. The state of the eDMA enable request flag does not effect a channel
service request made through software or a linked channel request.
Offset: EDMA_BASE + 0x000C
Access: User read/write
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
R ERQ ERQ ERQ ERQ ERQ ERQ ERQ ERQ ERQ ERQ ERQ ERQ ERQ ERQ ERQ ERQ
W 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
Reset 0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
16
17
19
19
20
21
22
23
24
25
26
27
28
29
30
31
R ERQ ERQ ERQ ERQ ERQ ERQ ERQ ERQ ERQ ERQ ERQ ERQ ERQ ERQ ERQ ERQ
W 15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00
Reset 0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
Figure 24-4. eDMA Enable Request Register (EDMA_ERQRL)
Table 24-5. EDMA_ERQRL Field Descriptions
Field
ERQn
Description
Enable eDMA Hardware Service Request n.
0 The eDMA request signal for channel n is disabled.
1 The eDMA request signal for channel n is enabled.
As a given channel completes processing its major iteration count, there is a flag in the transfer control
descriptor that may affect the ending state of the EDMA_ERQR bit for that channel. If the TCD.D_REQ
bit is set, then the corresponding EDMA_ERQR bit is cleared after the major loop is complete, disabling
the eDMA hardware request. Otherwise if the D_REQ bit is cleared, the state of the EDMA_ERQR bit is
unaffected.
24.3.2.4 eDMA Enable Error Interrupt Register (EDMA_EEIRL)
The EDMA_EEIRL provides a bit map for the 32 channels to enable the error interrupt signal for each
channel. EDMA_EEIRL maps to channels 31–0.
The state of any given channel’s error interrupt enable is directly affected by writes to these registers; it is
also affected by writes to the EDMA_SEEIR and EDMA_CEEIR. The EDMA_SEEIR and
EDMA_CEEIR are provided so that the error interrupt enable for a single channel can be modified without
the performing a read-modify-write sequence to the EDMA_EEIRL.
Both the eDMA error indicator and this error interrupt enable flag must be asserted before an error
interrupt request for a given channel is asserted.
Freescale Semiconductor
PXN20 Microcontroller Reference Manual, Rev. 1
24-13