Zephyr API 3.6.99
Loading...
Searching...
No Matches
input_touch.h File Reference

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.