Searched refs:sl (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/ |
D | utils.py | 30 for sl in searched_lines: 31 assert any(sl in line for line in output_lines) 36 for sl in searched_lines: 37 assert all(sl not in line for line in output_lines)
|
/Zephyr-latest/tests/kernel/common/src/ |
D | printk.c | 171 signed long sl = -40000; variable 208 printk("%c %hhd %hd %d %ld %lld\n", c, c, ssi, si, sl, sll); in ZTEST() 231 "%c %hhd %hd %d %ld %lld\n", c, c, ssi, si, sl, sll); in ZTEST()
|
/Zephyr-latest/subsys/llext/ |
D | shell.c | 113 struct llext_shell_list *sl = arg; in llext_shell_list_cb() local 115 shell_print(sl->sh, "| %16s | %12d |", ext->name, ext->alloc_size); in llext_shell_list_cb() 121 struct llext_shell_list sl = {.sh = sh}; in cmd_llext_list() local 124 return llext_iterate(llext_shell_list_cb, &sl); in cmd_llext_list()
|
/Zephyr-latest/modules/hal_nordic/nrf_802154/ |
D | CMakeLists.txt | 114 zephyr_append_cmake_library(nrf-802154-sl) 117 target_link_libraries(nrf-802154-platform PRIVATE nrf-802154-sl)
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | handlers.py | 467 for sl in serial_line.decode('utf-8', 'ignore').splitlines(keepends=True): 468 log_out_fp.write(strip_ansi_sequences(sl).encode('utf-8')) 470 if sl := sl.strip(): 472 harness.handle(sl)
|
/Zephyr-latest/boards/adi/apard32690/doc/ |
D | index.rst | 215 …alog.com/en/resources/evaluation-hardware-and-software/evaluation-boards-kits/ad-apard32690-sl.html
|
/Zephyr-latest/dts/arm/nuvoton/npcx/npcx7/ |
D | npcx7-pinctrl.dtsi | 416 /omit-if-no-ref/ spip_sclk_mosi_miso_gp95_gpa1_gpa3_gpa5_sl: periph-spip-sl {
|
/Zephyr-latest/dts/arm/nuvoton/npcx/npcx9/ |
D | npcx9-pinctrl.dtsi | 474 /omit-if-no-ref/ spip_sclk_mosi_miso_gp95_gpa1_gpa3_gpa5_sl: periph-spip-sl {
|
/Zephyr-latest/dts/arm/nuvoton/npcx/npcx4/ |
D | npcx4-pinctrl.dtsi | 575 /omit-if-no-ref/ spip_sclk_mosi_miso_gp95_gpa1_gpa3_gpa5_sl: periph-spip-sl {
|