Chapter 18 Enhanced Direct Memory Access (eDMA)
MPC5602P Microcontroller Reference Manual, Rev. 4
Freescale Semiconductor
395
18.5.2.10 eDMA Clear Error Register (EDMA_CERR)
The EDMA_CERR provides a simple memory-mapped mechanism to clear a given bit in the EDMA_ERL
to disable the error condition flag for a given channel. The given value on a register write causes the
corresponding bit in the EDMA_ERL to be cleared. Setting bit 1 (CER
n
) provides a global clear function,
forcing the entire contents of the EDMA_ERL to be zeroed, clearing all channel error indicators. Reads of
this register return all zeroes.
18.5.2.11 eDMA Set START Bit Register (EDMA_SSBR)
The EDMA_SSBR provides a simple memory-mapped mechanism to set the START bit in the TCD of the
given channel. The data value on a register write causes the START bit in the corresponding transfer
control descriptor to be set. Setting bit 1 (SSB
n
) provides a global set function, forcing all START bits to
be set. Reads of this register return all zeroes.
Address: Base + 0x001D
Access: User write-only
0
1
2
3
4
5
6
7
R
0
0
0
0
0
0
0
0
W
CERR[0:6]
Reset
0
0
0
0
0
0
0
0
Figure 18-11. eDMA Clear Error Register (EDMA_CERR)
Table 18-11. EDMA_CERR field descriptions
Field
Description
0
Reserved.
1–7
CER[0:6]
Clear error indicator.
0–15 Clear corresponding bit in EDMA_ERL
16–63 Reserved
64–127 Clear all bits in EDMA_ERL
Address: Base + 0x001E
Access: User write-only
0
1
2
3
4
5
6
7
R
0
0
0
0
0
0
0
0
W
SSB[0:6]
Reset
0
0
0
0
0
0
0
0
Figure 18-12. eDMA Set START Bit Register (EDMA_SSBR)
Table 18-12. EDMA_SSBR field descriptions
Field
Description
0
Reserved.
1–7
SSB[0:6]
Set START bit (channel service request).
0–15 Set the corresponding channel’s TCD START bit
16–63 Reserved
64–127 Set all TCD START bits
Note:
Bit 2 (SSB1) is not used.