Home
last modified time | relevance | path

Searched refs:common_config (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/modules/lvgl/input/
Dlvgl_encoder_input.c17 struct lvgl_common_input_config common_config; /* Needs to be first member */ member
36 if (k_msgq_put(cfg->common_config.event_msgq, &data->pending_event, K_NO_WAIT) != 0) { in lvgl_encoder_process_event()
63 .common_config.event_msgq = &LVGL_INPUT_EVENT_MSGQ(inst, encoder), \
Dlvgl_button_input.c17 struct lvgl_common_input_config common_config; /* Needs to be first member */ member
43 if (k_msgq_put(cfg->common_config.event_msgq, &data->pending_event, K_NO_WAIT) != 0) { in lvgl_button_process_event()
77 .common_config.event_msgq = &LVGL_INPUT_EVENT_MSGQ(inst, button), \
Dlvgl_pointer_input.c18 struct lvgl_common_input_config common_config; /* Needs to be first member */ member
107 if (k_msgq_put(cfg->common_config.event_msgq, &data->pending_event, K_NO_WAIT) != 0) { in lvgl_pointer_process_event()
121 .common_config.event_msgq = &LVGL_INPUT_EVENT_MSGQ(inst, pointer), \