SYMBOL INDEX (73 symbols across 9 files) FILE: src/core/Button.h function class (line 8) | class Button : public VirtButton { function read (line 22) | bool read() { function tick (line 27) | bool tick() { function tickRaw (line 32) | bool tickRaw() { function getPin (line 37) | uint8_t getPin() { function init (line 54) | void init(uint8_t mode = INPUT_PULLUP, uint8_t btnLevel = LOW) { function read (line 60) | bool read() { function tick (line 65) | bool tick() { function tickRaw (line 70) | bool tickRaw() { FILE: src/core/EncButton.h function class (line 8) | class EncButton : public VirtEncButton { function tickISR (line 29) | int8_t tickISR() { function tick (line 34) | bool tick() { function tickRaw (line 39) | bool tickRaw() { function readBtn (line 45) | bool readBtn() { function getPin (line 50) | uint8_t getPin() { function getPinA (line 55) | uint8_t getPinA() { function getPinB (line 60) | uint8_t getPinB() { function init (line 79) | void init(uint8_t modeEnc = INPUT, uint8_t modeBtn = INPUT_PULLUP, uint8... function tickISR (line 89) | int8_t tickISR() { function tick (line 94) | bool tick() { function tickRaw (line 99) | bool tickRaw() { function readBtn (line 105) | bool readBtn() { FILE: src/core/Encoder.h function class (line 8) | class Encoder : public VirtEncoder { function tickISR (line 25) | int8_t tickISR() { function tick (line 30) | int8_t tick() { function tickRaw (line 35) | int8_t tickRaw() { function getPinA (line 40) | uint8_t getPinA() { function getPinB (line 45) | uint8_t getPinB() { function init (line 63) | void init(uint8_t mode = INPUT) { function tickISR (line 70) | int8_t tickISR() { function tick (line 75) | int8_t tick() { function tickRaw (line 80) | int8_t tickRaw() { FILE: src/core/MultiButton.h function class (line 6) | class MultiButton : public VirtButton { FILE: src/core/VirtButton.h function EBAction (line 26) | enum class EBAction { function setButtonLevel (line 457) | void setButtonLevel(bool level) __attribute__((deprecated)) { function timeout (line 462) | bool timeout(const uint16_t tout) /*__attribute__((deprecated))*/ { function timeoutState (line 471) | bool timeoutState(const uint16_t tout) /*__attribute__((deprecated))*/ { function isStep (line 475) | bool isStep() __attribute__((deprecated)) { return step(); } function isHold (line 476) | bool isHold() __attribute__((deprecated)) { return holding(); } function isHolded (line 477) | bool isHolded() __attribute__((deprecated)) { return hold(); } function isHeld (line 478) | bool isHeld() __attribute__((deprecated)) { return hold(); } function isClick (line 479) | bool isClick() __attribute__((deprecated)) { return click(); } function isRelease (line 480) | bool isRelease() __attribute__((deprecated)) { return release(); } function isPress (line 481) | bool isPress() __attribute__((deprecated)) { return press(); } function pollBtn (line 512) | bool pollBtn(bool s) { FILE: src/core/VirtEncButton.h function turnH (line 36) | bool turnH() { function fast (line 41) | bool fast() { function right (line 46) | bool right() { function left (line 51) | bool left() { function rightH (line 56) | bool rightH() { function leftH (line 61) | bool leftH() { function encHolding (line 66) | bool encHolding() { function action (line 71) | uint16_t action() { function EBAction (line 76) | EBAction getAction() { function tickISR (line 83) | int8_t tickISR(const bool e0, const bool e1) { function tick (line 103) | bool tick(const bool e0, const bool e1, const bool btn) { function tick (line 109) | bool tick(const bool btn) { function tickRaw (line 116) | bool tickRaw(const bool e0, const bool e1, bool btn) { function tickRaw (line 121) | bool tickRaw(const bool btn) { function isTurnH (line 126) | bool isTurnH() __attribute__((deprecated)) { return turnH(); } function isTurn (line 127) | bool isTurn() __attribute__((deprecated)) { return turn(); } function isFast (line 128) | bool isFast() __attribute__((deprecated)) { return fast(); } function isLeftH (line 129) | bool isLeftH() __attribute__((deprecated)) { return leftH(); } function isRightH (line 130) | bool isRightH() __attribute__((deprecated)) { return rightH(); } function isLeft (line 131) | bool isLeft() __attribute__((deprecated)) { return left(); } function isRight (line 132) | bool isRight() __attribute__((deprecated)) { return right(); } function _tick (line 152) | inline bool _tick(bool f) { function else (line 171) | else if (estate) { FILE: src/core/VirtEncoder.h function class (line 23) | class VirtEncoder { FILE: src/core/flags.h function namespace (line 4) | namespace encb { FILE: src/core/io.cpp function EB_read (line 3) | bool __attribute__((weak)) EB_read(uint8_t pin) { function EB_mode (line 7) | void __attribute__((weak)) EB_mode(uint8_t pin, uint8_t mode) { function EB_uptime (line 11) | uint32_t __attribute__((weak)) EB_uptime() {