![Texas Instruments SimpleLink MSP432P4 Series Technical Reference Manual Download Page 665](http://html1.mh-extra.com/html/texas-instruments/simplelink-msp432p4-series/simplelink-msp432p4-series_technical-reference-manual_1095579665.webp)
DMA Registers
665
SLAU356I – March 2015 – Revised June 2019
Copyright © 2015–2019, Texas Instruments Incorporated
DMA
11.3.15 DMA_USEBURSTSET Register (offset = 1018h) [reset = 0h]
DMA Channel Useburst Set Register. The Channel useburst set register disables the single request
dma_sreq[] input from generating requests, and therefore only the request, dma_req[], generates
requests. Reading the register returns the useburst status.
Figure 11-25. DMA_USEBURSTSET 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
SET
rw-0
Table 11-29. DMA_USEBURSTSET Register Field Descriptions
Bit
Field
Type
Reset
Description
31-0
SET
RW
0h
Returns the useburst status, or disables dma_sreq[C] from
generating DMA requests.
Read as: Bit [C] = 0 DMA channel C responds to requests that it
receives on dma_req[C] or dma_sreq[C].
The controller performs 2
R
, or single, bus transfers.
Bit [C] = 1 DMA channel C does not respond to requests that it
receives on dma_sreq[C].
The controller only responds to dma_req[C] requests and performs
2
R
transfers.
Write as: Bit [C] = 0 No effect.
Use the DMA_USEBURST_CLR Register to set bit [C] to 0.
Bit [C] = 1 Disables dma_sreq[C] from generating DMA requests.
The controller performs 2
R
transfers.
Writing to a bit where a DMA channel is not implemented has no
effect.