DMA Registers
670
SLAU356I – March 2015 – Revised June 2019
Copyright © 2015–2019, Texas Instruments Incorporated
DMA
11.3.20 DMA_ENACLR Register (offset = 102Ch) [reset = 0h]
DMA Channel Enable Clear Register. The Channel enable clear register enables you to disable a DMA
channel.
chnl_enable_clr is shown in
and described in
.
Figure 11-30. DMA_ENACLR Register
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10
9
8
7
6
5
4
3
2
1
0
chnl_enable_clr
w-0
Table 11-34. DMA_ENACLR Register Field Descriptions
Bit
Field
Type
Reset
Description
31-0
CLR
W
0h
Set the appropriate bit to disable the corresponding DMA channel.
Write as: Bit [C] = 0 No effect.
Use the DMA_ENASET Register to enable DMA channels.
Bit [C] = 1 Disables channel C.
Writing to a bit where a DMA channel is not implemented has no
effect.
Note: The controller disables a channel, by setting the appropriate
bit, when:
a) it completes the DMA cycle
b) it reads a channel_cfg memory location which has cycle_ctrl =
b000
c) an ERROR occurs on the AHB-Lite bus.