![Texas Instruments SimpleLink Ethernet MSP432E401Y Technical Reference Manual Download Page 634](http://html1.mh-extra.com/html/texas-instruments/simplelink-ethernet-msp432e401y/simplelink-ethernet-msp432e401y_technical-reference-manual_1095578634.webp)
µDMA Registers
634
SLAU723A – October 2017 – Revised October 2018
Copyright © 2017–2018, Texas Instruments Incorporated
Micro Direct Memory Access (µDMA)
8.6.7 DMAUSEBURSTSET Register (Offset = 0x18) [reset = 0x0]
DMA Channel Useburst Set (DMAUSEBURSTSET)
Each bit of the DMAUSEBURSTSET register represents the corresponding µDMA channel. Setting a bit
disables the channel's single request input from generating requests, configuring the channel to only
accept burst requests. Reading the register returns the status of USEBURST.
If the amount of data to transfer is a multiple of the arbitration (burst) size, the corresponding SET[n] bit is
cleared after completing the final transfer. If there are fewer items remaining to transfer than the arbitration
(burst) size, the µDMA controller automatically clears the corresponding SET[n] bit, allowing the remaining
items to transfer using single requests. In order to resume transfers using burst requests, the
corresponding bit must be set again. A bit should not be set if the corresponding peripheral does not
support the burst request model.
Refer to
for more details about request types.
DMAUSEBURSTSET is shown in
and described in
Return to
Figure 8-16. DMAUSEBURSTSET 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[n]
R/W-0h
Table 8-26. DMAUSEBURSTSET Register Field Descriptions
Bit
Field
Type
Reset
Description
31-0
SET[n]
R/W
0x0
Channel [n] Useburst Set
Bit 0 corresponds to channel 0.
This bit is automatically cleared as described above.
A bit can also be manually cleared by setting the corresponding
CLR[n] bit in the DMAUSEBURSTCLR register.
0x0 = µDMA channel [n] responds to single or burst requests.
0x1 = µDMA channel [n] responds only to burst requests.