Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/modules/lvgl/include/
Dlvgl_common_input.h32 #define LVGL_INPUT_EVENT_MSGQ(inst, type) lvgl_input_msgq_##type##_##inst macro
/Zephyr-Core-3.7.0/modules/lvgl/input/
Dlvgl_encoder_input.c66 .common_config.event_msgq = &LVGL_INPUT_EVENT_MSGQ(inst, encoder), \
Dlvgl_keypad_input.c65 .common_config.event_msgq = &LVGL_INPUT_EVENT_MSGQ(inst, keypad), \
Dlvgl_button_input.c78 .common_config.event_msgq = &LVGL_INPUT_EVENT_MSGQ(inst, button), \
Dlvgl_pointer_input.c139 .common_config.event_msgq = &LVGL_INPUT_EVENT_MSGQ(inst, pointer), \