Searched defs:lines (Results 1 – 9 of 9) sorted by relevance
/Zephyr-Core-3.4.0/tests/subsys/shell/shell_flash/src/ |
D | shell_flash_test.c | 32 char *const lines[] = { in ZTEST() local
|
/Zephyr-Core-3.4.0/soc/arm/microchip_mec/common/ |
D | soc_i2c.c | 81 int soc_i2c_port_lines_get(uint8_t port, uint32_t *lines) in soc_i2c_port_lines_get()
|
/Zephyr-Core-3.4.0/drivers/console/ |
D | uart_console.c | 571 void uart_register_input(struct k_fifo *avail, struct k_fifo *lines, in uart_register_input() 582 void uart_register_input(struct k_fifo *avail, struct k_fifo *lines, in uart_register_input()
|
/Zephyr-Core-3.4.0/subsys/settings/src/ |
D | settings_file.c | 124 int lines; in settings_file_load_priv() local 254 int lines; in settings_file_save_and_compress() local
|
/Zephyr-Core-3.4.0/drivers/interrupt_controller/ |
D | intc_sam0_eic.c | 28 struct sam0_eic_line_assignment lines[EIC_EXTINT_NUM]; member
|
/Zephyr-Core-3.4.0/drivers/spi/ |
D | spi_b91.c | 336 uint32_t lines = config->operation & SPI_LINES_MASK; in spi_b91_config() local
|
/Zephyr-Core-3.4.0/drivers/i2c/ |
D | i2c_mchp_xec_v2.c | 209 uint32_t lines = 0u; in get_lines() local 524 uint32_t lines = get_lines(dev); in do_stop() local
|
/Zephyr-Core-3.4.0/subsys/fb/ |
D | cfb.c | 153 const size_t lines = ((fptr->height - g_y) < 8) ? offset : 8; in draw_char_vtmono() local
|
/Zephyr-Core-3.4.0/scripts/kconfig/ |
D | menuconfig.py | 2484 def _draw_info_dialog(node, lines, scroll, top_line_win, text_win, argument
|