21.5.2 Control B - Normal Mode

Name: CTRLB
Offset: 0x01
Reset: 0x00
Property: -

Bit 76543210 
  CMP2ENCMP1ENCMP0ENALUPDWGMODE[2:0] 
Access R/WR/WR/WR/WR/WR/WR/W 
Reset 0000000 

Bits 4, 5, 6 – CMPEN Compare n Enable

In the FRQ and PWM Waveform Generation modes, the Compare n Enable (CMPnEN) bits will make the waveform output available on the pin corresponding to WOn, overriding the value in the corresponding PORT output register. The corresponding pin direction must be configured as an output in the PORT peripheral.
ValueDescription
0Waveform output WOn will not be available on the corresponding pin
1Waveform output WOn will override the output value of the corresponding pin

Bit 3 – ALUPD Auto-Lock Update

The Auto-Lock Update bit controls the Lock Update (LUPD) bit in the TCAn.CTRLE register. When ALUPD is written to ‘1’, the LUPD bit will be set to ‘1’ until the Buffer Valid (CMPnBV) bits of all enabled compare channels are ‘1’. This condition will clear the LUPD bit.

It will remain cleared until the next UPDATE condition, where the buffer values will be transferred to the CMPn registers, and the LUPD bit will be set to ‘1’ again. This makes sure that the CMPnBUF register values are not transferred to the CMPn registers until all enabled compare buffers are written.

ValueDescription
0LUPD bit in the TCAn.CTRLE register is not altered by the system
1LUPD bit in the TCAn.CTRLE register is set and cleared automatically

Bits 2:0 – WGMODE[2:0] Waveform Generation Mode

This bit field selects the Waveform Generation mode and controls the counting sequence of the counter, TOP value, UPDATE condition, Interrupt condition, and the type of waveform generated.

No waveform generation is performed in the Normal mode of operation. For all other modes, the waveform generator output will only be directed to the port pins if the corresponding CMPnEN bit has been set. The port pin direction must be set as output.

Table 21-7. Timer Waveform Generation Mode
ValueGroup ConfigurationMode of OperationTOPUPDATEOVF
0x0NORMALNormalPERTOP(1)TOP(1)
0x1FRQFrequencyCMP0TOP(1)TOP(1)
0x2-Reserved---
0x3SINGLESLOPESingle-slope PWMPERBOTTOMBOTTOM
0x4-Reserved---
0x5DSTOPDual-slope PWMPERBOTTOMTOP
0x6DSBOTHDual-slope PWMPERBOTTOMTOP and BOTTOM
0x7DSBOTTOMDual-slope PWMPERBOTTOMBOTTOM
Note:
  1. When counting up.