CFG_CntrSupportedIndicator gets the supported indicators of the device. The indicator could be over compare level, over compare pulse, under compare level, and under compare pulse.
| Type | INT32U array |
| Length | 4 bytes for one counter channel |
| Access type | Read |
| Value | Each bit in the element of the array represents on
indicator, if the bit returns "1", means the corresponding indicator is
supported by the channel, otherwise it is not. For example, for a 2-counter-channel device, when the returned array is [2,5], which means channel1 support overcomppulse indicator, channel1 supports overcomplevel and undercomplevel indicators. Take the table below for reference. |
| Bit # | 0 | 1 | 2 | 3 | 4~31 |
| Indicator | OVERCOMPLEVEL: over compare level indicator |
OVERCOMPPULSE: over compare pulse indicator |
UNDERCOMPLEVEL: under compare level indicator |
UNDERCOMPPULSE: under compare pulse indicator |
Reserved |