AT32WB415
Series Reference Manual
2022.04.13
Page 200
Ver 2.00
14.2.5.5 Channel mode register1 (TMRx_CM1)
The channel can be used in input (capture mode) or output (compare mode). The direction of a channel
is defined by the corresponding CxC bits. All the other bits of this register have different functons in
input and output modes. The CxOx describes its function in output mode when the channel is in output
mode, while the CxIx describes its function in output mode when the channel is in input mode. Attention
must be given to the fact that the same bit can have different functions in input mode and output mode.
Output compare mode:
Bit
Register
Reset value
Type
Description
Bit 15:7
Reserved
0x000
resd
Kept at its default value.
Bit 6: 4
C1OCTRL
0x0
rw
Channel 1 output control
This field defines the behavior of the original signal
C1ORAW.
000: Disconnected. C1ORAW is disconnected from
C1OUT;
001: C1ORAW is high when TMRx_CVAL=TMRx_C1DT
010: C1ORAW is low when TMRx_CVAL=TMRx_C1DT
011: Switch C1ORAW level when
TMRx_CVAL=TMRx_C1DT
100: C1ORAW is forced low
101: C1ORAW is forced high.
110: PWM mode A
-
OWCDIR=0, C1ORAW is high once
TMRx_C1DT>TMRx_CVAL, else low;
-
OWCDIR=1, C1ORAW is low once TMRx_ C1DT
<TMRx_CVAL, else high;
111: PWM mode B
-
OWCDIR=0, C1ORAW is low once TMRx_ C1DT
>TMRx_CVAL, else high;
-
OWCDIR=1, C1ORAW is high once TMRx_ C1DT
<TMRx_CVAL, else low.
Note: In the configurations othern than
000’, the C1OUT
is connected to C1ORAW. The C1OUT output level is not
only subject to the changes of C1ORAW, but also the
output polarity set by CCTRL.
Bit 3
C1OBEN
0x0
rw
Channel 1 output buffer enable
0: Buffer function of TMRx_C1DT is disabled. The new
value written to the
TMRx_C1DT takes effect
immediately.
1: Buffer function of TMRx_C1DT is enabled. The value
to be written to the TMRx_C1DT is stored in the buffer
register, and can be sent to the TMRx_C1DT register only
on an overflow event.
Bit 2
C1OIEN
0x0
rw
Channel 1 output enable immediately
In PWM mode A or B, this bit is used to accelerate the
channel 1 output’s response to the trigger event.
0: Need to compare the CVAL with C1DT before
generating an output
1: No need to compare the CVAL and C1DT. An output is
generated immediately when a trigger event occurs.
Bit 1: 0
C1C
0x0
rw
Channel 1 configuration
This field is used to define the direction of the channel 1
(input or output), and the selection of input pin when
C1
EN=’0’:
00: Output
01: Input, C1IN is mapped on C1IRAW
10: Input, C1IN is mapped on C2IRAW