Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/display/
Dls0xx.c119 uint16_t start_line, in ls0xx_update_display() argument
125 uint8_t ln = start_line; in ls0xx_update_display()
146 LOG_DBG("Lines %d to %d", start_line, start_line + num_lines - 1); in ls0xx_update_display()
152 for (; ln <= start_line + num_lines - 1; ln++) { in ls0xx_update_display()
Dssd1327.c33 uint8_t start_line; member
113 if (ssd1327_write_bus_cmd(dev, SSD1327_SET_DISPLAY_START_LINE, &config->start_line, 1)) { in ssd1327_set_hardware_config()
342 .start_line = DT_PROP(node_id, start_line), \
Dssd1322.c53 uint8_t start_line; member
255 data[0] = config->start_line; in ssd1322_init_device()
372 .start_line = DT_PROP(node_id, start_line), \
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py1716 start_line = 0
1727 start_line = line_num + 1
/Zephyr-latest/doc/contribute/documentation/
Dguidelines.rst946 :samp:`#L{start_line}-L{end_line}` to the file path::