Searched refs:event_msgq (Results 1 – 6 of 6) sorted by relevance
| /modules/lvgl/input/ |
| A D | lvgl_encoder_input.c | 40 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 D | lvgl_keypad_input.c | 44 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 D | lvgl_button_input.c | 44 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 D | lvgl_common_input.c | 34 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 D | lvgl_pointer_input.c | 125 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 D | lvgl_common_input.h | 19 struct k_msgq *event_msgq; member
|
Completed in 13 milliseconds