Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/fb/
Dcfb_shell.c106 if (col > cfb_get_display_parameter(dev, CFB_DISPLAY_COLS)) { in cmd_print()
237 if (col > cfb_get_display_parameter(dev, CFB_DISPLAY_COLS)) { in cmd_scroll_vert()
278 if (col > cfb_get_display_parameter(dev, CFB_DISPLAY_COLS)) { in cmd_scroll_horz()
290 boundary = cfb_get_display_parameter(dev, CFB_DISPLAY_COLS) - col; in cmd_scroll_horz()
461 for (unsigned int i = 0; i <= CFB_DISPLAY_COLS; i++) { in cmd_get_param_all()
549 shell_print(sh, "param: %s=%d", param_name[CFB_DISPLAY_COLS], in cmd_get_param_cols()
550 cfb_get_display_parameter(dev, CFB_DISPLAY_COLS)); in cmd_get_param_cols()
Dcfb.c480 case CFB_DISPLAY_COLS: in cfb_get_display_parameter()
/Zephyr-Core-3.6.0/samples/subsys/display/cfb/src/
Dmain.c65 cfb_get_display_parameter(dev, CFB_DISPLAY_COLS)); in main()
/Zephyr-Core-3.6.0/include/zephyr/display/
Dcfb.h35 CFB_DISPLAY_COLS, enumerator