Home
last modified time | relevance | path

Searched refs:LV_UNUSED (Results 1 – 25 of 227) sorted by relevance

12345678910

/lvgl-latest/env_support/cmsis-pack/
Dlv_os_custom_c.txt42 LV_UNUSED(thread);
43 LV_UNUSED(name);
44 LV_UNUSED(callback);
45 LV_UNUSED(prio);
46 LV_UNUSED(stack_size);
47 LV_UNUSED(user_data);
54 LV_UNUSED(thread);
61 LV_UNUSED(mutex);
67 LV_UNUSED(mutex);
73 LV_UNUSED(mutex);
[all …]
/lvgl-latest/src/osal/
Dlv_os.h195 LV_UNUSED(thread); in lv_thread_init()
196 LV_UNUSED(name); in lv_thread_init()
197 LV_UNUSED(callback); in lv_thread_init()
198 LV_UNUSED(prio); in lv_thread_init()
199 LV_UNUSED(stack_size); in lv_thread_init()
200 LV_UNUSED(user_data); in lv_thread_init()
206 LV_UNUSED(thread); in lv_thread_delete()
212 LV_UNUSED(mutex); in lv_mutex_init()
218 LV_UNUSED(mutex); in lv_mutex_lock()
224 LV_UNUSED(mutex); in lv_mutex_lock_isr()
[all …]
/lvgl-latest/src/libs/fsdrv/
Dlv_fs_memfs.c125 LV_UNUSED(drv); in fs_open()
126 LV_UNUSED(mode); in fs_open()
139 LV_UNUSED(drv); in fs_close()
140 LV_UNUSED(file_p); in fs_close()
156 LV_UNUSED(drv); in fs_read()
157 LV_UNUSED(file_p); in fs_read()
158 LV_UNUSED(buf); in fs_read()
159 LV_UNUSED(btr); in fs_read()
175 LV_UNUSED(drv); in fs_seek()
208 LV_UNUSED(drv); in fs_tell()
Dlv_fs_fatfs.c110 LV_UNUSED(drv); in fs_open()
142 LV_UNUSED(drv); in fs_close()
160 LV_UNUSED(drv); in fs_read()
177 LV_UNUSED(drv); in fs_write()
194 LV_UNUSED(drv); in fs_seek()
221 LV_UNUSED(drv); in fs_tell()
234 LV_UNUSED(drv); in fs_dir_open()
260 LV_UNUSED(drv); in fs_dir_read()
291 LV_UNUSED(drv); in fs_dir_close()
Dlv_fs_posix.c108 LV_UNUSED(drv); in fs_open()
137 LV_UNUSED(drv); in fs_close()
161 LV_UNUSED(drv); in fs_read()
185 LV_UNUSED(drv); in fs_write()
208 LV_UNUSED(drv); in fs_seek()
244 LV_UNUSED(drv); in fs_tell()
265 LV_UNUSED(drv); in fs_dir_open()
291 LV_UNUSED(drv); in fs_dir_read()
317 LV_UNUSED(drv); in fs_dir_close()
Dlv_fs_stdio.c109 LV_UNUSED(drv); in fs_open()
134 LV_UNUSED(drv); in fs_close()
151 LV_UNUSED(drv); in fs_read()
167 LV_UNUSED(drv); in fs_write()
182 LV_UNUSED(drv); in fs_seek()
212 LV_UNUSED(drv); in fs_tell()
225 LV_UNUSED(drv); in fs_dir_open()
281 LV_UNUSED(drv); in fs_dir_read()
332 LV_UNUSED(drv); in fs_dir_close()
Dlv_fs_arduino_esp_littlefs.cpp70 LV_UNUSED(drv); in fs_open()
101 LV_UNUSED(drv); in fs_close()
120 LV_UNUSED(drv); in fs_read()
138 LV_UNUSED(drv); in fs_write()
155 LV_UNUSED(drv); in fs_seek()
180 LV_UNUSED(drv); in fs_tell()
Dlv_fs_arduino_sd.cpp62 LV_UNUSED(drv); in fs_open()
93 LV_UNUSED(drv); in fs_close()
112 LV_UNUSED(drv); in fs_read()
130 LV_UNUSED(drv); in fs_write()
147 LV_UNUSED(drv); in fs_seek()
172 LV_UNUSED(drv); in fs_tell()
Dlv_fs_win32.c211 LV_UNUSED(drv); in fs_open()
247 LV_UNUSED(drv); in fs_close()
265 LV_UNUSED(drv); in fs_read()
282 LV_UNUSED(drv); in fs_write()
298 LV_UNUSED(drv); in fs_seek()
328 LV_UNUSED(drv); in fs_tell()
365 LV_UNUSED(drv); in fs_dir_open()
417 LV_UNUSED(drv); in fs_dir_read()
457 LV_UNUSED(drv); in fs_dir_close()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_tabview.c162 LV_UNUSED(tab2); in test_tabview_add_several_tabs_no_scroll()
163 LV_UNUSED(tab3); in test_tabview_add_several_tabs_no_scroll()
179 LV_UNUSED(tab1); in test_tabview_rename_tab()
180 LV_UNUSED(tab2); in test_tabview_rename_tab()
181 LV_UNUSED(tab3); in test_tabview_rename_tab()
203 LV_UNUSED(tab2); in test_tabview_add_several_tabs_hor()
204 LV_UNUSED(tab3); in test_tabview_add_several_tabs_hor()
246 LV_UNUSED(tab1); in test_tabview_tab2_selected_event()
247 LV_UNUSED(tab2); in test_tabview_tab2_selected_event()
266 LV_UNUSED(tab1); in test_tabview_update_on_external_scroll()
[all …]
Dtest_imgfont.c22 LV_UNUSED(font); in get_imgfont_path()
23 LV_UNUSED(unicode_next); in get_imgfont_path()
24 LV_UNUSED(offset_y); in get_imgfont_path()
25 LV_UNUSED(user_data); in get_imgfont_path()
/lvgl-latest/src/stdlib/clib/
Dlv_mem_core_clib.c50 LV_UNUSED(mem); in lv_mem_add_pool()
51 LV_UNUSED(bytes); in lv_mem_add_pool()
58 LV_UNUSED(pool); in lv_mem_remove_pool()
80 LV_UNUSED(mon_p); in lv_mem_monitor_core()
/lvgl-latest/src/stdlib/rtthread/
Dlv_mem_core_rtthread.c54 LV_UNUSED(mem); in lv_mem_add_pool()
55 LV_UNUSED(bytes); in lv_mem_add_pool()
62 LV_UNUSED(pool); in lv_mem_remove_pool()
84 LV_UNUSED(mon_p); in lv_mem_monitor_core()
/lvgl-latest/src/stdlib/micropython/
Dlv_mem_core_micropython.c51 LV_UNUSED(mem); in lv_mem_add_pool()
52 LV_UNUSED(bytes); in lv_mem_add_pool()
59 LV_UNUSED(pool); in lv_mem_remove_pool()
96 LV_UNUSED(mon_p); in lv_mem_monitor_core()
/lvgl-latest/demos/ebike/translations/
Dlv_i18n.c26 LV_UNUSED(val); in op_v()
32 LV_UNUSED(val); in op_w()
37 LV_UNUSED(val); in op_f()
43 LV_UNUSED(val); in op_t()
50 LV_UNUSED(n); in en_plural_fn()
52 LV_UNUSED(i); in en_plural_fn()
54 LV_UNUSED(v); in en_plural_fn()
94 LV_UNUSED(n); in ar_plural_fn()
138 LV_UNUSED(num); in zh_plural_fn()
/lvgl-latest/src/others/xml/parsers/
Dlv_xml_table_parser.c42 LV_UNUSED(attrs); in lv_xml_table_create()
72 LV_UNUSED(attrs); in lv_xml_table_column_create()
80 LV_UNUSED(state); in lv_xml_table_column_apply()
81 LV_UNUSED(attrs); in lv_xml_table_column_apply()
96 LV_UNUSED(attrs); in lv_xml_table_cell_create()
104 LV_UNUSED(state); in lv_xml_table_cell_apply()
105 LV_UNUSED(attrs); in lv_xml_table_cell_apply()
Dlv_xml_dropdown_parser.c41 LV_UNUSED(attrs); in lv_xml_dropdown_create()
67 LV_UNUSED(attrs); in lv_xml_dropdown_list_create()
74 LV_UNUSED(state); in lv_xml_dropdown_list_apply()
75 LV_UNUSED(attrs); in lv_xml_dropdown_list_apply()
Dlv_xml_chart_parser.c44 LV_UNUSED(attrs); in lv_xml_chart_create()
84 LV_UNUSED(state); in lv_xml_chart_series_apply()
85 LV_UNUSED(attrs); in lv_xml_chart_series_apply()
115 LV_UNUSED(state); in lv_xml_chart_cursor_apply()
116 LV_UNUSED(attrs); in lv_xml_chart_cursor_apply()
137 LV_UNUSED(attrs); in lv_xml_chart_axis_create()
145 LV_UNUSED(state); in lv_xml_chart_axis_apply()
146 LV_UNUSED(attrs); in lv_xml_chart_axis_apply()
/lvgl-latest/examples/others/imgfont/
Dlv_example_imgfont_1.c9 LV_UNUSED(font); in get_imgfont_path()
10 LV_UNUSED(unicode_next); in get_imgfont_path()
11 LV_UNUSED(offset_y); in get_imgfont_path()
12 LV_UNUSED(user_data); in get_imgfont_path()
/lvgl-latest/src/draw/nema_gfx/
Dlv_draw_nema_gfx_stm32_hal.c88 LV_UNUSED(hgpu2d); in GPU2D_CommandListCpltCallback()
192 LV_UNUSED(pool); in nema_buffer_create_pool()
204 LV_UNUSED(bo); in nema_buffer_unmap()
228 LV_UNUSED(bo); in nema_buffer_flush()
235 LV_UNUSED(mutex_id); in nema_mutex_lock()
244 LV_UNUSED(mutex_id); in nema_mutex_unlock()
/lvgl-latest/src/drivers/wayland/
Dlv_wayland.c287 LV_UNUSED(time); in graphic_obj_frame_done()
320 LV_UNUSED(wl_shm); in shm_format()
452 LV_UNUSED(pointer); in pointer_handle_leave()
453 LV_UNUSED(serial); in pointer_handle_leave()
465 LV_UNUSED(pointer); in pointer_handle_motion()
466 LV_UNUSED(time); in pointer_handle_motion()
482 LV_UNUSED(serial); in pointer_handle_button()
483 LV_UNUSED(wl_pointer); in pointer_handle_button()
484 LV_UNUSED(time); in pointer_handle_button()
652 LV_UNUSED(time); in pointer_handle_axis()
[all …]
/lvgl-latest/examples/widgets/checkbox/
Dlv_example_checkbox_1.c9 LV_UNUSED(obj); in event_handler()
12 LV_UNUSED(txt); in event_handler()
13 LV_UNUSED(state); in event_handler()
/lvgl-latest/tests/src/test_cases/
Dtest_tree.c16 LV_UNUSED(class_p); in lv_test_constructor()
24 LV_UNUSED(class_p); in lv_test_destructor()
169 LV_UNUSED(node); in test_before_search_cb()
170 LV_UNUSED(data); in test_before_search_cb()
176 LV_UNUSED(node); in test_after_search_cb()
177 LV_UNUSED(data); in test_after_search_cb()
/lvgl-latest/src/misc/
Dlv_bidi.h73 LV_UNUSED(txt); in lv_bidi_calculate_align()
74 LV_UNUSED(base_dir); in lv_bidi_calculate_align()
/lvgl-latest/src/misc/cache/
Dlv_image_header_cache.c147 LV_UNUSED(user_data); /*Unused*/ in image_header_cache_free_cb()
159 LV_UNUSED(decoded); in iter_inspect_cb()
160 LV_UNUSED(header); in iter_inspect_cb()
161 LV_UNUSED(entry); in iter_inspect_cb()

12345678910