![]() |
NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
|
Dashboard and display device tree binding constants. More...
#include <zephyr/dt-bindings/input/input-event-codes.h>
Include dependency graph for dashboard.h:
This graph shows which files directly or indirectly include this file:Macros | |
| #define | LED_NUM_PEDAL_PLAUS 4 |
| #define | LED_NUM_RUNNING 8 |
| #define | LED_NUM_ERROR 12 |
| #define | LED_NUM_INV_RL 14 |
| #define | LED_NUM_INV_RR 15 |
| #define | INPUT_BTN_RTD INPUT_BTN_2 |
| #define | INPUT_BTN_FAULT_RESET INPUT_BTN_3 |
| #define | INPUT_BTN_UP INPUT_BTN_4 |
| #define | INPUT_BTN_DOWN INPUT_BTN_6 |
| #define | INPUT_BTN_LEFT INPUT_BTN_5 |
| #define | INPUT_BTN_RIGHT INPUT_BTN_7 |
| #define | INPUT_BTN_MODIFIER_DOUBLE_TAP 0x1000 |
| #define | INPUT_BTN_DISABLE (INPUT_BTN_RTD | INPUT_BTN_MODIFIER_DOUBLE_TAP) |
| #define | INPUT_BTN_MODIFIER_HOLD 0x2000 |
| #define | INPUT_BTN_RESET (INPUT_BTN_RTD | INPUT_BTN_MODIFIER_HOLD) |
| #define | INPUT_BTN_UP_HOLD (INPUT_BTN_UP | INPUT_BTN_MODIFIER_HOLD) |
| #define | INPUT_BTN_DOWN_HOLD (INPUT_BTN_DOWN | INPUT_BTN_MODIFIER_HOLD) |
Dashboard and display device tree binding constants.
| #define INPUT_BTN_DISABLE (INPUT_BTN_RTD | INPUT_BTN_MODIFIER_DOUBLE_TAP) |
| #define INPUT_BTN_DOWN INPUT_BTN_6 |
| #define INPUT_BTN_DOWN_HOLD (INPUT_BTN_DOWN | INPUT_BTN_MODIFIER_HOLD) |
| #define INPUT_BTN_FAULT_RESET INPUT_BTN_3 |
| #define INPUT_BTN_LEFT INPUT_BTN_5 |
| #define INPUT_BTN_MODIFIER_DOUBLE_TAP 0x1000 |
| #define INPUT_BTN_MODIFIER_HOLD 0x2000 |
| #define INPUT_BTN_RESET (INPUT_BTN_RTD | INPUT_BTN_MODIFIER_HOLD) |
| #define INPUT_BTN_RIGHT INPUT_BTN_7 |
| #define INPUT_BTN_RTD INPUT_BTN_2 |
| #define INPUT_BTN_UP INPUT_BTN_4 |
| #define INPUT_BTN_UP_HOLD (INPUT_BTN_UP | INPUT_BTN_MODIFIER_HOLD) |
| #define LED_NUM_ERROR 12 |
| #define LED_NUM_INV_RL 14 |
| #define LED_NUM_INV_RR 15 |
| #define LED_NUM_PEDAL_PLAUS 4 |
| #define LED_NUM_RUNNING 8 |