AT32WB415
Series Reference Manual
2022.04.13
Page 197
Ver 2.00
1: C1IN active edge is on its falling edge. When used as
external trigger, C1IN is inverted.
Bit0
C1EN
0x0
rw
Channel 1 enable
0: Input or output is disabled
1: Input or output is enabled
Table 14-8 Standard CxOUT channel output control bit
CxEN bit
CxOUT output state
0
Output disabled (CxOUT=0)
1
CxOUT = polarity
Note: The state of the external I/O pins connected to the standard CxOUT channel depends on the
CxOUT channel state and the GPIO and IOMUX registers.
14.2.4.8 Counter value (TMR9_CVAL)
Bit
Register
Reset value
Type
Description
Bit 15: 0
CVAL
0x0000
rw
Counter value
14.2.4.9 Division value (TMR9_DIV)
Bit
Register
Reset value
Type
Description
Bit 15: 0
DIV
0x0000
rw
Divider value
The counter clock frequency f
CK_CNT
= f
TMR_CLK
/(DIV[15:
0]+1).
DIV contains the value written at an overflow event.
14.2.4.10
Period register (TMR9_PR)
Bit
Register
Reset value
Type
Description
Bit 15: 0
PR
0x0000
rw
Period value
This defines the period value of the TMRx counter. The
timer stops working when the period value is 0.
14.2.4.11
Channel 1 data register (TMR9_C1DT)
Bit
Register
Reset value
Type
Description
Bit 31: 16
Reserved
0x0000
resd
Kept at its default value.
Bit 15: 0
C1DT
0x0000
rw
Channel 1 data register
When the channel 1 is configured as input mode:
The C1DT is the CVAL value stored by the last channel
1 input event (C1IN)
When the channel 1 is configured as output mode:
C1DT is the value to be compared with the CVAL value.
Whether the written value takes effective immediately
depends on the C1OBEN bit, and the corresponding
output is generated on C1OUT as configured.