User's Manual

Table Of Contents
S3C2450X RISC MICROPROCESSOR USB2.0 DEVICE
17-25
8.17 DMA CONTROL REGISTER (DCR)
The AHB Master Operation is controlled by the programming DMA Control Register and DMA IF Control Register.
Register Address R/W Description Reset Value
DCR 0x4980_0040 R/W DMA Control Register 0x0
DCR Bit R/W Description Initial State
[31:6]
Reserved
ARDRD [5] R/W Auto Rx DMA Run set disable.
0 = Set
1 = Disable
This bit is cleared when DMA operation is ended.
0
FMDE [4] R/W Burst Mode Enable.
This bit is used to run Burst Mode DMA Operation.
0 = Burst mode disable
1 = Burst mode enable
0
DMDE [3] R/W Demand Mode DMA Enable.
This bit is used to run Demand mode DMA operation.
0 = Demand mode disable.
1 = Demand mode enable.
0
TDR [2] R/W Tx DMA Operation Run
This bit is used to set start DMA operation for Tx Endpoint
(IN endpoint)
0 = DMA operation stop
1 = DMA operation run
0
RDR [1] R/W Rx DMA Operation Run
This bit is used to start DMA operation for Rx Endpoint
(OUT endpoint).
This bit is automatically set when USB receives OUT packet
data and DEN bit is set to 1 and ARDRD bit is set to 0.
To operate DMA operation after OUT packet data received,
MCU must set RDR to 1.
0 = DMA operation stop.
1 = DMA operation run.
0
DEN [0] R/W DMA Operation Mode Enable
This bit is used to set the DMA Operation mode
0 = Interrupt Operation mode
1 = DMA Operation mode
0