/Zephyr-latest/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. 40 # Step 2 62 # Step 2
|
/Zephyr-latest/tests/cmake/zephyr_get/ |
D | CMakeLists.txt | 24 # - run_suite(<test-1> [<test-2> ...]) 51 # [IMAGE <image-2> <expected-value-for-image-2> ...] 146 IMAGE zephyr_get_2nd "sysbuild.2nd" 160 IMAGE zephyr_get_2nd "sysbuild.2nd" 180 IMAGE zephyr_get_2nd "sysbuild.2nd" 231 IMAGE zephyr_get_2nd "sysbuild.2nd" 244 IMAGE zephyr_get_2nd "sysbuild.2nd;sysbuild.main" 257 IMAGE zephyr_get_2nd "sysbuild.2nd;sysbuild.main;cmake cache;environment;local" 266 IMAGE zephyr_get_2nd "sysbuild.2nd;cmake cache;environment" 278 IMAGE zephyr_get_2nd "sysbuild.2nd;sysbuild.main;environment" [all …]
|
D | testcase.yaml | 12 - zephyr_get_2nd_TESTCASE_VARIABLE="sysbuild.2nd"
|
/Zephyr-latest/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-latest/include/zephyr/ |
D | irq_multilevel.h | 76 return 2; in _z_irq_get_level() 88 * @return 1 if IRQ level 1, 2 if IRQ level 2, 3 if IRQ level 3 100 * @brief Return the 2nd level interrupt number 107 * @return 2nd level IRQ number 119 * @brief Preprocessor macro to convert `irq` from level 1 to level 2 format 123 * @return 2nd level IRQ number 128 * @brief Converts irq from level 1 to level 2 format 131 * This routine converts the input into the level 2 irq number format 137 * @return 2nd level IRQ number 153 * @brief Returns the parent IRQ of the level 2 raw IRQ number [all …]
|
/Zephyr-latest/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-latest/include/zephyr/devicetree/ |
D | interrupt_controller.h | 31 * @note Aggregator level is equivalent to IRQ_LEVEL + 1 (a 2nd level aggregator has Zephyr level 1 43 * @note Aggregator level is equivalent to IRQ_LEVEL + 1 (a 2nd level aggregator has Zephyr level 1
|
/Zephyr-latest/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-latest/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-latest/samples/net/sockets/can/src/ |
D | main.c | 26 #if CONFIG_NET_SOCKETS_CAN_RECEIVERS == 2 81 LOG_ERR("Cannot create %s CAN socket (%d)", "2nd", fd); in create_socket() 91 LOG_ERR("Cannot bind %s CAN socket (%d)", "2nd", -errno); in create_socket() 229 #if CONFIG_NET_SOCKETS_CAN_RECEIVERS == 2 in setup_socket() 241 LOG_ERR("Cannot create 2nd RX thread!"); in setup_socket() 245 LOG_INF("2nd RX fd %d", fd); in setup_socket() 247 LOG_ERR("2nd RX not created (%d)", fd); in setup_socket() 253 #if CONFIG_NET_SOCKETS_CAN_RECEIVERS == 2 in setup_socket() 284 k_sleep(K_SECONDS(2)); in main()
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | memory.h | 30 * The 2nd stage bootloader can take space up to the end of ROM shared 67 * This address is where 2nd stage bootloader starts allocating memory, 69 * When there is no 2nd stage bootloader the bootstrapping is done
|
/Zephyr-latest/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-latest/drivers/interrupt_controller/ |
D | Kconfig.multilevel | 38 config 2ND_LEVEL_INTERRUPTS 44 config 2ND_LVL_ISR_TBL_OFFSET 45 int "Offset in _sw_isr_table for level 2 interrupts" 47 depends on 2ND_LEVEL_INTERRUPTS 50 where storage for 2nd level interrupt ISRs begins. This is 57 depends on 2ND_LEVEL_INTERRUPTS 59 The number of level 2 interrupt aggregators to support. Each 60 aggregator can manage at most MAX_IRQ_PER_AGGREGATOR level 2 63 config 2ND_LEVEL_INTERRUPT_BITS 72 cur-level-num = 2 [all …]
|
D | Kconfig.dw | 18 Designware Interrupt Controller can be used as a 2nd level interrupt
|
/Zephyr-latest/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-latest/dts/bindings/interrupt-controller/ |
D | snps,archs-idu-intc.yaml | 5 ARC-HS Interrupt Distribution Unit 2nd-level interrupt controller. Can be
|
/Zephyr-latest/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-latest/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-latest/samples/subsys/smf/hsm_psicc2/src/ |
D | main.c | 6 * Practical UML Statecharts in C/C++, 2nd Edition by Miro Samek
|
/Zephyr-latest/soc/nxp/imx/imx8ulp/adsp/include/ |
D | soc.h | 22 * IRQs are mapped on levels. 2nd, 3rd and 4th level are left as 0x00.
|
/Zephyr-latest/soc/nxp/imx/imx8x/adsp/include/ |
D | soc.h | 22 * IRQs are mapped on levels. 2nd, 3rd and 4th level are left as 0x00.
|
/Zephyr-latest/soc/nxp/imx/imx8/adsp/include/ |
D | soc.h | 22 * IRQs are mapped on levels. 2nd, 3rd and 4th level are left as 0x00.
|