Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/display/
Ddisplay_nrf_led_matrix.c94 uint8_t cols[COL_COUNT]; member
135 set_pin(dev_config->cols[i], false); in api_blanking_on()
311 uint8_t col_pin_info = dev_config->cols[col_idx]; in prepare_pixel_pulse()
501 uint8_t col_pin_info = dev_config->cols[i]; in instance_init()
551 .cols = { DT_FOREACH_PROP_ELEM(MATRIX_NODE, col_gpios, GET_PIN_INFO) },
/Zephyr-Core-3.5.0/samples/subsys/display/cfb_shell/
DREADME.rst34 get_param :<all, height, width, ppt, rows, cols>
75 param: cols=250
/Zephyr-Core-3.5.0/samples/drivers/lcd_hd44780/src/
Dmain.c455 void pi_lcd_init(const struct device *gpio_dev, uint8_t cols, uint8_t rows, in pi_lcd_init() argument
463 _set_row_offsets(0x00, 0x40, 0x00 + cols, 0x40 + cols); in pi_lcd_init()
/Zephyr-Core-3.5.0/doc/_extensions/zephyr/
Dmanifest_projects_table.py88 tgroup = nodes.tgroup(cols=2)
/Zephyr-Core-3.5.0/drivers/video/
Dov2640.c558 int max_level, int cols, const uint8_t regs[][cols]) in ov2640_set_level() argument
/Zephyr-Core-3.5.0/subsys/fb/
Dcfb_shell.c598 SHELL_CMD_ARG(cols, NULL, NULL, cmd_get_param_cols, 1, 0),