|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
#include <zephyr/input/input.h>Go to the source code of this file.
Data Structures | |
| struct | input_touchscreen_common_config |
| Common touchscreen config. More... | |
Macros | |
| #define | INPUT_TOUCH_DT_COMMON_CONFIG_INIT(node_id) |
| Initialize common touchscreen config from devicetree. | |
| #define | INPUT_TOUCH_DT_INST_COMMON_CONFIG_INIT(inst) INPUT_TOUCH_DT_COMMON_CONFIG_INIT(DT_DRV_INST(inst)) |
| Initialize common touchscreen config from devicetree instance. | |
| #define | INPUT_TOUCH_STRUCT_CHECK(config) |
| Validate the offset of the common config structure. | |
Functions | |
| void | input_touchscreen_report_pos (const struct device *dev, uint32_t x, uint32_t y, k_timeout_t timeout) |
| Common utility for reporting touchscreen position events. | |