Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/
Dtest_observer.c136 lv_subject_init_pointer(&subject, &a[0]); in test_observer_pointer()
234 lv_subject_init_pointer(&subject_wrong, NULL); in test_observer_obj_flag()
265 lv_subject_init_pointer(&subject_wrong, NULL); in test_observer_obj_state()
299 lv_subject_init_pointer(&subject_wrong, NULL); in test_observer_button_checked()
352 lv_subject_init_pointer(&subject_pointer, "HELLO"); in test_observer_label_text_normal()
408 lv_subject_init_pointer(&subject_pointer, "HELLO"); in test_observer_label_text_formatted()
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_util.c277 lv_subject_init_pointer(&c->th, (void *)&lv_demo_high_res_theme_dark); in lv_demo_high_res_base_obj_create()
300 lv_subject_init_pointer(&c->api.subjects.week_day_name, "Tuesday"); in lv_demo_high_res_base_obj_create()
302 lv_subject_init_pointer(&c->api.subjects.month_name, "October"); in lv_demo_high_res_base_obj_create()
305 lv_subject_init_pointer(&c->api.subjects.wifi_ssid, NULL); in lv_demo_high_res_base_obj_create()
306 lv_subject_init_pointer(&c->api.subjects.wifi_ip, NULL); in lv_demo_high_res_base_obj_create()
/lvgl-latest/src/others/sysmon/
Dlv_sysmon.c68 lv_subject_init_pointer(&sysmon_mem.subject, &mem_info); in lv_sysmon_builtin_init()
115 lv_subject_init_pointer(&disp->perf_sysmon_backend.subject, &disp->perf_sysmon_info); in lv_sysmon_show_performance()
/lvgl-latest/src/others/observer/
Dlv_observer.h148 void lv_subject_init_pointer(lv_subject_t * subject, void * value);
Dlv_observer.c192 void lv_subject_init_pointer(lv_subject_t * subject, void * value) in lv_subject_init_pointer() function
/lvgl-latest/docs/details/other-components/
Dobserver.rst88 - **Pointer** ``void lv_subject_init_pointer(lv_subject_t * subject, void * value)``
224 lv_subject_init_pointer(&subject_unit, "V");