Home
last modified time | relevance | path

Searched defs:lines (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-3.7.0/tests/subsys/shell/shell_flash/src/
Dshell_flash_test.c32 char *const lines[] = { in ZTEST() local
/Zephyr-Core-3.7.0/soc/microchip/mec/common/
Dsoc_i2c.c64 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/
Duart_console.c567 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/
Dsettings_file.c119 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/
Dintc_sam0_eic.c28 struct sam0_eic_line_assignment lines[EIC_EXTINT_NUM]; member
/Zephyr-Core-3.7.0/drivers/spi/
Dspi_b91.c336 uint32_t lines = config->operation & SPI_LINES_MASK; in spi_b91_config() local
/Zephyr-Core-3.7.0/scripts/tests/twister/
Dtest_harness.py73 def test_harness_parse_record(lines, pattern, expected_records, as_json): argument
/Zephyr-Core-3.7.0/drivers/i2c/
Di2c_mchp_xec_v2.c209 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/
Dmenuconfig.py2484 def _draw_info_dialog(node, lines, scroll, top_line_win, text_win, argument