Home
last modified time | relevance | path

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

/Zephyr-latest/modules/lvgl/input/
Dlvgl_keypad_input.c20 const uint16_t *lvgl_codes; member
33 data->pending_event.key = cfg->lvgl_codes[i]; in lvgl_keypad_process_event()
55 BUILD_ASSERT(DT_INST_PROP_LEN(inst, input_codes) == DT_INST_PROP_LEN(inst, lvgl_codes), \
63 static const uint16_t lvgl_keypad_lvgl_codes_##inst[] = DT_INST_PROP(inst, lvgl_codes); \
67 .lvgl_codes = lvgl_keypad_lvgl_codes_##inst, \