Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/components/panel/
A Dhpm_panel.c16 static hpm_panel_t *panel_list[] = { variable
36 if (sizeof(panel_list) > 0) in hpm_panel_find_device_default()
37 return panel_list[0]; in hpm_panel_find_device_default()
43 int n = sizeof(panel_list) / sizeof(panel_list[0]); in hpm_panel_find_device()
46 if (!strcmp(panel_list[i]->name, name)) in hpm_panel_find_device()
47 return panel_list[i]; in hpm_panel_find_device()

Completed in 4 milliseconds