Home
last modified time | relevance | path

Searched full:lv_indev_data_t (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/modules/lvgl/include/
Dlvgl_common_input.h24 lv_indev_data_t pending_event;
25 lv_indev_data_t previous_event;
40 K_MSGQ_DEFINE(lvgl_input_msgq_##type##_##inst, sizeof(lv_indev_data_t), msgq_size, 4)
/Zephyr-latest/modules/lvgl/input/
Dlvgl_common_input.c26 static void lvgl_input_read_cb(lv_indev_t *indev, lv_indev_data_t *data) in lvgl_input_read_cb()
33 memcpy(data, &common_data->previous_event, sizeof(lv_indev_data_t)); in lvgl_input_read_cb()
41 memcpy(&common_data->previous_event, data, sizeof(lv_indev_data_t)); in lvgl_input_read_cb()
/Zephyr-latest/dts/bindings/input/
Dzephyr,lvgl-encoder-input.yaml8 lv_indev_data_t to the underlying encoder lv_indev_t managed by LVGL.
Dzephyr,lvgl-pointer-input.yaml8 lv_indev_data_t to the underlying pointer lv_indev_t managed by LVGL.
Dzephyr,lvgl-button-input.yaml8 lv_indev_data_t to the underlying button lv_indev_t managed by LVGL.
Dzephyr,lvgl-keypad-input.yaml8 lv_indev_data_t to the underlying keypad lv_indev_t managed by LVGL.