GD32F3x0 User Manual
346
This register has to be accessed by word (32-bit).
Must be kept at reset value.
Capture or compare value of channel 3
When channel3 is configured in input mode, this bit-filed indicates the counter value
corresponding to the last capture event. And this bit-filed is read-only.
When channel 3 is configured in output mode, this bit-filed contains value to be
compared to the counter. When the corresponding shadow register is enabled, the
shadow register updates every update event.
DMA configuration register (TIMERx_DMACFG)
Address offset: 0x48
Reset value: 0x0000 0000
This register has to be accessed by word (32-bit).
Must be kept at reset value.
DMA transfer count
This filed defines the number(n) of the register that DMA will access(R/W), n =
(DMATC [4:0] +1). DMATC [4:0] is from 5’b0_0000 to 5’b1_0001.
Must be kept at reset value.
DMA transfer access start address
This filed define the first address for the DMA access the TIMERx_DMATB. When
access is done through the TIMERx_DMA address first time, this bit-field specifies
the address you just access. And then the second access to the TIMERx_DMATB,
you will access the address of start address + 0x4.