Home
last modified time | relevance | path

Searched refs:event_msgq (Results 1 – 6 of 6) sorted by relevance

/modules/lvgl/input/
A Dlvgl_encoder_input.c40 if (k_msgq_put(cfg->common_config.event_msgq, &data->pending_event, K_NO_WAIT) != 0) { in lvgl_encoder_process_event()
67 .common_config.event_msgq = &LVGL_INPUT_EVENT_MSGQ(inst, encoder), \
A Dlvgl_keypad_input.c44 if (k_msgq_put(cfg->common_config.event_msgq, &data->pending_event, K_NO_WAIT) != 0) { in lvgl_keypad_process_event()
65 .common_config.event_msgq = &LVGL_INPUT_EVENT_MSGQ(inst, keypad), \
A Dlvgl_button_input.c44 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), \
A Dlvgl_common_input.c34 if (k_msgq_get(cfg->event_msgq, data, K_NO_WAIT) != 0) { in lvgl_input_read_cb()
44 data->continue_reading = k_msgq_num_used_get(cfg->event_msgq) > 0; in lvgl_input_read_cb()
A Dlvgl_pointer_input.c125 if (k_msgq_put(cfg->common_config.event_msgq, &data->common_data.pending_event, in lvgl_pointer_process_event()
140 .common_config.event_msgq = &LVGL_INPUT_EVENT_MSGQ(inst, pointer), \
/modules/lvgl/include/
A Dlvgl_common_input.h19 struct k_msgq *event_msgq; member

Completed in 13 milliseconds