/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/tests_scripts/provision/ |
D | pb_remote_timeout.sh | 10 # 2. Unprovisioned device with RPR server, provisionee 14 # 2. 1st device self provisions and provisions 2nd device over PB-Adv. 17 # 5. RPR Client on 1st device requests 2nd device to perform RPR Scan for UUID of 3rd device. 20 # 8. Remote provisioning timeouts of 10s is reached on RPR Server. 2nd device sends Link Report 25 # 12. 2nd device stops communicating with either devices.
|
D | pb_remote_pst_ncrp.sh | 10 # - provision the 2nd device over PB-Adv 12 # PB-Remote server (2nd device): 18 # 2. Verify Node Composition Refresh procedure. 41 # Step 2 66 # Step 2
|
/Zephyr-Core-3.5.0/tests/cmake/zephyr_get/ |
D | CMakeLists.txt | 16 # - run_suite(<test-1> [<test-2> ...]) 43 # [IMAGE <image-2> <expected-value-for-image-2> ...] 135 IMAGE zephyr_get_2nd "sysbuild.2nd" 149 IMAGE zephyr_get_2nd "sysbuild.2nd" 169 IMAGE zephyr_get_2nd "sysbuild.2nd" 220 IMAGE zephyr_get_2nd "sysbuild.2nd" 233 IMAGE zephyr_get_2nd "sysbuild.2nd;sysbuild.main" 246 IMAGE zephyr_get_2nd "sysbuild.2nd;sysbuild.main;cmake cache;environment;local" 255 IMAGE zephyr_get_2nd "sysbuild.2nd;cmake cache;environment" 267 IMAGE zephyr_get_2nd "sysbuild.2nd;sysbuild.main;environment" [all …]
|
D | testcase.yaml | 11 zephyr_get_2nd_TESTCASE_VARIABLE="sysbuild.2nd"
|
/Zephyr-Core-3.5.0/include/zephyr/arch/x86/ia32/ |
D | sys_io.h | 24 "btsl %2, %0;\n\t" in sys_io_set_bit() 27 : "a" (reg), "Nd" (port), "Ir" (bit)); in sys_io_set_bit() 36 "btrl %2, %0;\n\t" in sys_io_clear_bit() 39 : "a" (reg), "Nd" (port), "Ir" (bit)); in sys_io_clear_bit() 48 "btl %2, %0\n\t" in sys_io_test_bit() 50 : "Nd" (port), "Ir" (bit)); in sys_io_test_bit()
|
/Zephyr-Core-3.5.0/dts/bindings/dma/ |
D | st,stm32-dma.yaml | 34 for 2nd dma instance, offset is the nb of dma channels of the 1st dma, 35 for 3rd dma instance, offset is the nb of dma channels of the 2nd dma
|
D | st,stm32-bdma.yaml | 14 2. slot: bdma request 84 for 2nd dma instance, offset is the nb of dma channels of the 1st dma, 85 for 3rd dma instance, offset is the nb of dma channels of the 2nd dma
|
D | atmel,sam0-dmac.yaml | 15 const: 2 17 # #dma-cells : Must be <2>. 21 # The 2nd cell defines the peripheral trigger which is the source of the transfer.
|
/Zephyr-Core-3.5.0/scripts/west_commands/zspdx/ |
D | licenses.py | 51 "BSD-2-Clause", 52 "BSD-2-Clause-FreeBSD", 53 "BSD-2-Clause-NetBSD", 54 "BSD-2-Clause-Patent", 55 "BSD-2-Clause-Views", 97 "CC-BY-NC-ND-1.0", 98 "CC-BY-NC-ND-2.0", 99 "CC-BY-NC-ND-2.5", 100 "CC-BY-NC-ND-3.0", 101 "CC-BY-NC-ND-3.0-IGO", [all …]
|
/Zephyr-Core-3.5.0/tests/net/socket/af_packet/src/ |
D | main.c | 202 zassert_not_null(ud.second, "2nd Ethernet interface not found"); in __test_packet_sockets() 208 zassert_true(*sock2 >= 0, "Cannot create 2nd socket (%d)", *sock2); in __test_packet_sockets() 214 zassert_equal(ret, 0, "Cannot bind 2nd socket (%d)", -errno); in __test_packet_sockets() 301 uint8_t data_to_send[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; in ZTEST() 312 zassert_not_null(ud.second, "2nd Ethernet interface not found"); in ZTEST() 318 zassert_true(sock2 >= 0, "Cannot create 2nd socket (%d)", sock2); in ZTEST() 324 zassert_equal(ret, 0, "Cannot bind 2nd socket (%d)", -errno); in ZTEST() 360 /* Send to socket 2 but read from socket 1. There should not be any in ZTEST() 398 uint8_t data_to_send[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; in ZTEST() 409 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 /* Payload */ in ZTEST() [all …]
|
/Zephyr-Core-3.5.0/samples/net/sockets/can/src/ |
D | main.c | 26 #if CONFIG_NET_SOCKETS_CAN_RECEIVERS == 2 77 LOG_ERR("Cannot create %s CAN socket (%d)", "2nd", fd); in create_socket() 87 LOG_ERR("Cannot bind %s CAN socket (%d)", "2nd", -errno); in create_socket() 223 #if CONFIG_NET_SOCKETS_CAN_RECEIVERS == 2 in setup_socket() 235 LOG_ERR("Cannot create 2nd RX thread!"); in setup_socket() 239 LOG_INF("2nd RX fd %d", fd); in setup_socket() 241 LOG_ERR("2nd RX not created (%d)", fd); in setup_socket() 247 #if CONFIG_NET_SOCKETS_CAN_RECEIVERS == 2 in setup_socket() 278 k_sleep(K_SECONDS(2)); in main()
|
/Zephyr-Core-3.5.0/tests/subsys/fs/fat_fs_api/src/ |
D | test_fat_file_reentrant.c | 77 /* Start 2nd file acces thread */ in test_reentrant_parallel_file_access() 84 /* Wait for thread to finish accessing file 2 */ in test_reentrant_parallel_file_access() 87 /* Check existence of file 2 */ in test_reentrant_parallel_file_access() 92 TC_PRINT("Check file 2 existence\n"); in test_reentrant_parallel_file_access() 94 zassert_ok(res, "Err: File 2 does not exist [%d]\n", res); in test_reentrant_parallel_file_access() 98 zassert_ok(res, "Error closing file 2 [%d]\n", res); in test_reentrant_parallel_file_access() 100 zassert_ok(res, "Error deleting file 2 [%d]\n", res); in test_reentrant_parallel_file_access() 141 TC_PRINT("File 2 access thread started\n"); in tfile2_access() 143 /* Init fp for 2nd File for parallel access test */ in tfile2_access() 146 /* open 2nd file */ in tfile2_access() [all …]
|
/Zephyr-Core-3.5.0/include/zephyr/arch/x86/ |
D | arch.h | 55 __asm__ volatile("outb %b0, %w1" :: "a"(data), "Nd"(port)); in sys_out8() 62 __asm__ volatile("inb %w1, %b0" : "=a"(ret) : "Nd"(port)); in sys_in8() 69 __asm__ volatile("outw %w0, %w1" :: "a"(data), "Nd"(port)); in sys_out16() 76 __asm__ volatile("inw %w1, %w0" : "=a"(ret) : "Nd"(port)); in sys_in16() 83 __asm__ volatile("outl %0, %w1" :: "a"(data), "Nd"(port)); in sys_out32() 90 __asm__ volatile("inl %w1, %0" : "=a"(ret) : "Nd"(port)); in sys_in32() 174 __asm__ volatile("btl %2, %1;" in sys_test_bit() 187 __asm__ volatile("btsl %2, %1;" in sys_test_and_set_bit() 200 __asm__ volatile("btrl %2, %1;" in sys_test_and_clear_bit()
|
/Zephyr-Core-3.5.0/drivers/interrupt_controller/ |
D | Kconfig.multilevel | 38 config 2ND_LEVEL_INTERRUPTS 45 config 2ND_LVL_ISR_TBL_OFFSET 46 int "Offset in _sw_isr_table for level 2 interrupts" 48 depends on 2ND_LEVEL_INTERRUPTS 51 where storage for 2nd level interrupt ISRs begins. This is 58 depends on 2ND_LEVEL_INTERRUPTS 60 The number of level 2 interrupt aggregators to support. Each 61 aggregator can manage at most MAX_IRQ_PER_AGGREGATOR level 2 64 config 2ND_LEVEL_INTERRUPT_BITS 73 cur-level-num = 2 [all …]
|
D | Kconfig.dw | 18 Designware Interrupt Controller can be used as a 2nd level interrupt
|
/Zephyr-Core-3.5.0/soc/riscv/espressif_esp32/esp32c3/ |
D | linker.ld | 13 /* Using mcuboot as ESP32C3 2nd stage bootloader */
|
/Zephyr-Core-3.5.0/soc/xtensa/espressif_esp32/esp32/ |
D | linker.ld | 13 /* Using mcuboot as ESP32 2nd stage bootloader */
|
/Zephyr-Core-3.5.0/soc/xtensa/espressif_esp32/esp32s2/ |
D | linker.ld | 13 /* Using mcuboot as ESP32S2 2nd stage bootloader */
|
/Zephyr-Core-3.5.0/dts/bindings/interrupt-controller/ |
D | snps,archs-idu-intc.yaml | 5 ARC-HS Interrupt Distribution Unit 2nd-level interrupt controller. Can be
|
/Zephyr-Core-3.5.0/dts/bindings/gpio/ |
D | quicklogic,eos-s3-gpio.yaml | 12 const: 2 24 "2 : 11 / 28" 30 E.g. configuring GPIO 2 as secondary results in controlling pin 28, 31 to do so set the bit on the 2nd index of this property
|
/Zephyr-Core-3.5.0/soc/xtensa/espressif_esp32/esp32s3/ |
D | linker.ld | 13 /* Using mcuboot as ESP32S3 2nd stage bootloader */
|
/Zephyr-Core-3.5.0/cmake/sca/sparse/ |
D | sparse.template | 8 # argument to be passed to sparse is 2nd argument after `--`. 11 math(EXPR end_of_options "${i} + 2")
|
/Zephyr-Core-3.5.0/soc/xtensa/nxp_adsp/common/include/ |
D | soc.h | 22 * IRQs are mapped on levels. 2nd, 3rd and 4th level are left as 0x00.
|
/Zephyr-Core-3.5.0/include/zephyr/ |
D | irq.h | 289 * @return 1 if IRQ level 1, 2 if IRQ level 2, 3 if IRQ level 3 303 return 2; in irq_get_level() 311 * @brief Return the 2nd level interrupt number 318 * @return 2nd level IRQ number 331 * @brief Converts irq from level 1 to level 2 format 334 * This routine converts the input into the level 2 irq number format 340 * @return 2nd level IRQ number 348 * @brief Returns the parent IRQ of the level 2 raw IRQ number 351 * The parent of a 2nd level interrupt is in the 1st byte 355 * @return 2nd level IRQ parent [all …]
|
/Zephyr-Core-3.5.0/scripts/native_simulator/native/src/ |
D | nsi_cmdline_internal.h | 20 /* Horizontal alignment of the 2nd column of the help message */ 29 #define _MAX_STRINGY_LEN (_MAXOPT_SWITCH_LEN + _MAXOPT_NAME_LEN + 2 + 1 + 2 + 1)
|