GD32W51x User Manual
1021
Channel x threshold monitor filter data register (HPDF_CHxTMFDT)
Address offset: 0x0C
+ 0x20 * x, (x = 0, 1)
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
TMDATA[15:0]
r
Bits
Fields
Descriptions
31:16
Reserved
Must be kept at reset value.
15:0
TMDATA[15:0]
Threshold monitor data
The data is come from the threshold monitor filter and continuously converted (no
trigger) for this channel.
Channel x parallel data input register (HPDF_CHxPDI)
Address offset: 0x10
+ 0x20 * x, (x = 0, 1)
Reset value: 0x0000 0000
This register has to be accessed by half-word (16-bit) and word (32-bit).
This register contains 16-bit input data to be processed by HPDF filter module.
31
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
DATAIN1[15:0]
rw
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
0
DATAIN0[15:0]
rw
Bits
Fields
Descriptions
31:16
DATAIN1[15:0]
Data input for channel x or channel x+1
Data can be w ritten by CPU/DMA.
If DPM[1:0]=0 (standard mode), DATAIN1[15:0] is w rite protected.
If DPM[1:0]=1 (interleaved mode), second channel x data sample is stored into
DATAIN1[15:0]. First channel x data sample is stored into DATAIN0[15:0]. Both
samples are read sequentially by HPDF_FLTy filter.
If DPM[1:0]=2 (dual mode):
For channel 0: sample in DATAIN1[15:0] is automatically copied into DATAIN0[15:0]
of channel 1.