GD32A50x User Manual
417
This bit cannot be modified when PROT [1:0] bit-filed in TIMERx_CCHP register is
10 or 11.
9:8
Reserved
Must be kept at reset value.
7:0
DTCFG[7:0]
Dead time configure
This bit-field controls the value of the dead-time, which is inserted before the output
transitions. The relationship between DTCFG value and the duration of dead-time
is as follow:
DTCFG [7:5] =3’b0xx: DTvalue = DTCFG [7:0]x t
DT
, t
DT
=t
DTS
.
DTCFG [7:5] =3’b10x: DTvalue = (64+DTCFG [5:0])xt
DT
, t
DT
=t
DTS
*2.
DTCFG [7:5] =3’b110: DTvalue = (32+DTCFG [4:0])xt
DT
, t
DT
=t
DTS
*8.
DTCFG [7:5] =3’b111: DTvalue = (32+DTCFG [4:0])xt
DT
, t
DT
=t
DTS
*16.
This bit can be modified only when PROT [1:0] bit-filed in TIMERx_CCHP register
is 00.
DMA configuration register (TIMERx_DMACFG)
Address offset: 0xE0
Reset value: 0x0000 0000
This register has to be accessed by word (32-bit).
31
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
Reserved
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
0
Reserved
DMATC[5:0]
Reserved
DMATA[5:0]
rw
rw
Bits
Fields
Descriptions
31:14
Reserved
Must be kept at reset value.
13:8
DMATC[5:0]
DMA transfer count
This filed defines the number(n) of the register that DMA will access(R/W), n =
(DMATC [5:0] +1). DMATC [5:0] is from
6’b000000 to 6’b100010.
7:6
Reserved
Must be kept at reset value.
5:0
DMATA[5:0]
DMA transfer access start address
This field defines the start address of accessing the TIMERx_DMATB register by
DMA. When the first access to the TIMERx_DMATB register is done, this bit-field
specifies the address just accessed. And then the address of the second access to
the TIMERx_DMATB register will be (start a 0x4).
In a word: start address = TIMER DMATA*4