Searched refs:start_line (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/drivers/display/ |
D | ls0xx.c | 119 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()
|
D | ssd1327.c | 33 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), \
|
D | ssd1322.c | 53 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/ |
D | check_compliance.py | 1716 start_line = 0 1727 start_line = line_num + 1
|
/Zephyr-latest/doc/contribute/documentation/ |
D | guidelines.rst | 946 :samp:`#L{start_line}-L{end_line}` to the file path::
|