Searched defs:lines (Results 1 – 9 of 9) sorted by relevance
/Zephyr-Core-3.7.0/tests/subsys/shell/shell_flash/src/ |
D | shell_flash_test.c | 32 char *const lines[] = { in ZTEST() local
|
/Zephyr-Core-3.7.0/soc/microchip/mec/common/ |
D | soc_i2c.c | 64 int soc_i2c_port_lines_get(uint8_t port, uint32_t *lines) in soc_i2c_port_lines_get()
|
/Zephyr-Core-3.7.0/drivers/console/ |
D | uart_console.c | 567 void uart_register_input(struct k_fifo *avail, struct k_fifo *lines, in uart_register_input() 578 void uart_register_input(struct k_fifo *avail, struct k_fifo *lines, in uart_register_input()
|
/Zephyr-Core-3.7.0/subsys/settings/src/ |
D | settings_file.c | 119 int lines; in settings_file_load_priv() local 249 int lines; in settings_file_save_and_compress() local
|
/Zephyr-Core-3.7.0/drivers/interrupt_controller/ |
D | intc_sam0_eic.c | 28 struct sam0_eic_line_assignment lines[EIC_EXTINT_NUM]; member
|
/Zephyr-Core-3.7.0/drivers/spi/ |
D | spi_b91.c | 336 uint32_t lines = config->operation & SPI_LINES_MASK; in spi_b91_config() local
|
/Zephyr-Core-3.7.0/scripts/tests/twister/ |
D | test_harness.py | 73 def test_harness_parse_record(lines, pattern, expected_records, as_json): argument
|
/Zephyr-Core-3.7.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.7.0/scripts/kconfig/ |
D | menuconfig.py | 2484 def _draw_info_dialog(node, lines, scroll, top_line_win, text_win, argument
|