Searched full:lv_indev_data_t (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/modules/lvgl/include/ |
D | lvgl_common_input.h | 24 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/ |
D | lvgl_common_input.c | 26 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/ |
D | zephyr,lvgl-encoder-input.yaml | 8 lv_indev_data_t to the underlying encoder lv_indev_t managed by LVGL.
|
D | zephyr,lvgl-pointer-input.yaml | 8 lv_indev_data_t to the underlying pointer lv_indev_t managed by LVGL.
|
D | zephyr,lvgl-button-input.yaml | 8 lv_indev_data_t to the underlying button lv_indev_t managed by LVGL.
|
D | zephyr,lvgl-keypad-input.yaml | 8 lv_indev_data_t to the underlying keypad lv_indev_t managed by LVGL.
|