Lines Matching full:counter
6 ESP32 Pulse Counter (PCNT)
8 The pulse counter module is designed to count the number of
14 Each pulse counter unit has a 16-bit signed counter register.
17 to either increment or decrement the counter.
23 Each pulse counter unit also features a filter on each of the four inputs,
119 0 (Default) - Inhibit counter (counter value will not change in this condition).
120 1 - Increase counter value.
121 2 - Decrease counter value.
132 0 (Default) - Inhibit counter (counter value will not change in this condition).
133 1 - Increase counter value.
134 2 - Decrease counter value.
145 0 (Default) - Don't change counter mode.
146 1 - Invert counter mode(increase -> decrease, decrease -> increase).
147 2 - Control mode: Inhibit counter (counter value will not change in this condition).
158 0 (Default) - Don't change counter mode.
159 1 - Invert counter mode(increase -> decrease, decrease -> increase).
160 2 - Control mode: Inhibit counter (counter value will not change in this condition).