Home
last modified time | relevance | path

Searched refs:LVGL_INPUT_EVENT_MSGQ (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/modules/lvgl/include/
Dlvgl_common_input.h32 #define LVGL_INPUT_EVENT_MSGQ(inst, type) lvgl_input_msgq_##type##_##inst macro
/Zephyr-Core-3.5.0/modules/lvgl/input/
Dlvgl_encoder_input.c63 .common_config.event_msgq = &LVGL_INPUT_EVENT_MSGQ(inst, encoder), \
Dlvgl_button_input.c77 .common_config.event_msgq = &LVGL_INPUT_EVENT_MSGQ(inst, button), \
Dlvgl_pointer_input.c121 .common_config.event_msgq = &LVGL_INPUT_EVENT_MSGQ(inst, pointer), \