Enhanced Direct Memory Access (eDMA)
MPC5510 Microcontroller Family Reference Manual, Rev. 1
Freescale Semiconductor
12-15
Preliminary
12.3.2.10 eDMA Clear Error Register (EDMA_CER)
The EDMA_CER provides a 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 (CERR[0]) 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.
12.3.2.11 eDMA Set START Bit Register (EDMA_SSBR)
The EDMA_SSBR provides a 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[0]) provides a global set function, forcing all START bits to be set.
Reads of this register return all zeroes.
Offset: EDM 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 12-11. eDMA Clear Error Register (EDMA_CER)
Table 12-12. EDMA_CER Field Descriptions
Field
Description
bit 0
Reserved.
CERR[0:6]
Clear Error Indicator.
0–15 Clear corresponding bit in EDMA_ERL
16–63 Reserved
64–127 Clear all bits in EDMA_ERL
Note: Bits 2 and 3(CER[1:2]) are not used.
Offset: EDM 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 12-12. eDMA Set START Bit Register (EDMA_SSBR)