Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/fb/
Dcfb_shell.c91 if (col > cfb_get_display_parameter(dev, CFB_DISPLAY_COLS)) { in cmd_print()
197 if (col > cfb_get_display_parameter(dev, CFB_DISPLAY_COLS)) { in cmd_scroll_vert()
233 if (col > cfb_get_display_parameter(dev, CFB_DISPLAY_COLS)) { in cmd_scroll_horz()
245 boundary = cfb_get_display_parameter(dev, CFB_DISPLAY_COLS) - col; in cmd_scroll_horz()
384 for (unsigned int i = 0; i <= CFB_DISPLAY_COLS; i++) { in cmd_get_param_all()
447 shell_print(sh, "param: %s=%d", param_name[CFB_DISPLAY_COLS], in cmd_get_param_cols()
448 cfb_get_display_parameter(dev, CFB_DISPLAY_COLS)); in cmd_get_param_cols()
Dcfb.c507 case CFB_DISPLAY_COLS: in cfb_get_display_parameter()
/Zephyr-latest/samples/subsys/display/cfb/src/
Dmain.c65 cfb_get_display_parameter(dev, CFB_DISPLAY_COLS)); in main()
/Zephyr-latest/include/zephyr/display/
Dcfb.h35 CFB_DISPLAY_COLS, enumerator