38.7.12 Comparator Control n
Name: | COMPCTRL |
Offset: | 0x10 + n*0x04 [n=0..1] |
Reset: | 0x00000000 |
Property: | PAC Write-Protection |
Bit | 31 | 30 | 29 | 28 | 27 | 26 | 25 | 24 | |
OUT[1:0] | FLEN[2:0] | ||||||||
Access | R/W | R/W | R/W | R/W | R/W | ||||
Reset | 0 | 0 | 0 | 0 | 0 |
Bit | 23 | 22 | 21 | 20 | 19 | 18 | 17 | 16 | |
Access | |||||||||
Reset |
Bit | 15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | |
SWAP | MUXPOS[2:0] | MUXNEG[2:0] | |||||||
Access | R/W | R/W | R/W | R/W | R/W | R/W | R/W | ||
Reset | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Bit | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | |
RUNSTDBY | INTSEL[1:0] | SINGLE | ENABLE | ||||||
Access | R/W | R/W | R/W | R/W | R/W | ||||
Reset | 0 | 0 | 0 | 0 | 0 |
Bits 29:28 – OUT[1:0] Output
These bits configure the output selection for Comparator n. COMPCTRLn.OUT can be written only while COMPCTRLn.ENABLE is ‘0
’.
These bits are not synchronized.
Value | Name | Description |
---|---|---|
0x0 | OFF | The output of COMPn is not routed to the COMPn I/O port |
0x1 | ASYNC | The asynchronous output of COMPn is routed to the COMPn I/O port |
0x2 | SYNC | The synchronous output (including filtering) of COMPn is routed to the COMPn I/O port |
0x3 | N/A | Reserved |
Bits 26:24 – FLEN[2:0] Filter Length
These bits configure the filtering for Comparator n. COMPCTRLn.FLEN can only be written while COMPCTRLn.ENABLE is ‘0
’.
These bits are not synchronized.
Value | Name | Description |
---|---|---|
0x0 | OFF | No filtering |
0x1 | MAJ3 | 3-bit majority function (2 of 3) |
0x2 | MAJ5 | 5-bit majority function (3 of 5) |
0x3-0x7 | N/A | Reserved |
Bit 15 – SWAP Swap Inputs and Invert
This bit swaps the positive and negative inputs to COMPn and inverts the output. This function can be used for offset cancellation. COMPCTRLn.SWAP can be written only while COMPCTRLn.ENABLE is ‘0
’.
These bits are not synchronized.
Value | Description |
---|---|
0 | The output of MUXPOS connects to the positive input, and the output of MUXNEG connects to the negative input. |
1 | The output of MUXNEG connects to the positive input, and the output of MUXPOS connects to the negative input. |
Bits 14:12 – MUXPOS[2:0] Positive Input Mux Selection
These bits select which input is connected to the positive input of Comparator n. COMPCTRLn.MUXPOS can be written only while COMPCTRLn.ENABLE is ‘0
’.
These bits are not synchronized.
Value | Name | Description |
---|---|---|
0x0 | PIN0 | AC_AIN0 |
0x1 | PIN1 | AC_AIN1 |
0x2 | PIN2 | AC_AIN2 |
0x3 | PIN3 | AC_AIN3 |
0x4 | VSCALE | VDD scaler |
0x5–0x7 | — | Reserved |
Bits 10:8 – MUXNEG[2:0] Negative Input Mux Selection
These bits select which input is connected to the negative input of Comparator n. COMPCTRLn.MUXNEG can only be written while COMPCTRLn.ENABLE is ‘0
’.
These bits are not synchronized.
Value | Name | Description |
---|---|---|
0x0 | PIN0 | I/O pin 0 |
0x1 | PIN1 | I/O pin 1 |
0x2 | PIN2 | I/O pin 2 |
0x3 | PIN3 | I/O pin 3 |
0x4 | GND | Ground |
0x5 | VSCALE | VDD scaler |
0x6 | BANDGAP | Internal bandgap voltage |
0x7 | DAC | DAC output |
Bit 6 – RUNSTDBY Run in Standby
This bit controls the behavior of the comparator during Standby Sleep mode.
This bit is not synchronized
Value | Description |
---|---|
0 | The comparator is disabled during sleep. |
1 | The comparator continues to operate during sleep. |
Bits 4:3 – INTSEL[1:0] Interrupt Selection
These bits select the condition for Comparator n to generate an interrupt or event. COMPCTRLn.INTSEL can be written only while COMPCTRLn.ENABLE is ‘0
’.
These bits are not synchronized.
Value | Name | Description |
---|---|---|
0x0 | TOGGLE | Interrupt on comparator output toggle |
0x1 | RISING | Interrupt on comparator output rising |
0x2 | FALLING | Interrupt on comparator output falling |
0x3 | EOC | Interrupt on end of comparison (Single-shot mode only) |
Bit 2 – SINGLE Single-Shot Mode
This bit determines the operation of Comparator n. COMPCTRLn.SINGLE can be written only while COMPCTRLn.ENABLE is ‘0
’.
These bits are not synchronized.
Value | Description |
---|---|
0 | Comparator n operates in continuous Measurement mode. |
1 | Comparator n operates in Single-shot mode. |
Bit 1 – ENABLE Enable
Writing a ‘0
’ to this bit disables Comparator n.
Writing a ‘1
’ to this bit enables Comparator n.
Due to synchronization, there is a delay from updating the register until the comparator is enabled/disabled. The value written to COMPCTRLn.ENABLE reads back immediately after being written. SYNCBUSY.COMPCTRLn is set. SYNCBUSY.COMPCTRLn is cleared when the peripheral is enabled/disabled.
Writing a ‘1
’ to COMPCTRLn.ENABLE prevents further changes to the other bits in COMPCTRLn. These bits remain protected until COMPCTRLn.ENABLE is written to ‘0
’ and the write is synchronized.