Home
last modified time | relevance | path

Searched refs:q2 (Results 1 – 13 of 13) sorted by relevance

/Zephyr-Core-3.5.0/tests/drivers/ethernet/eth_ivshmem_queue/src/
Dmain.c18 static struct eth_ivshmem_queue q1, q2; variable
28 res = eth_ivshmem_queue_init(&q2, (uintptr_t)shmem_buff, SHMEM_SECTION_SIZE, false); in test_init_queues()
60 zassert_equal_ptr(q2.tx.shmem, shmem_buff + SHMEM_SECTION_SIZE); in ZTEST()
61 zassert_equal_ptr(q2.rx.shmem, shmem_buff); in ZTEST()
72 zassert_ok(eth_ivshmem_queue_rx(&q2, &rx_message, &rx_len)); in ZTEST()
75 zassert_ok(eth_ivshmem_queue_rx_complete(&q2)); in ZTEST()
88 zassert_ok(queue_tx(&q2, &q2_tx_data, sizeof(q2_tx_data))); in ZTEST()
91 zassert_ok(eth_ivshmem_queue_rx(&q2, &rx_message, &rx_len)); in ZTEST()
94 zassert_ok(eth_ivshmem_queue_rx_complete(&q2)); in ZTEST()
136 zassert_ok(eth_ivshmem_queue_rx(&q2, &rx_message, &rx_len)); in ZTEST()
[all …]
/Zephyr-Core-3.5.0/dts/arm/atmel/
Dsame70b.dtsi11 interrupt-names = "gmac", "q1", "q2", "q3", "q4", "q5";
Dsame70.dtsi327 interrupt-names = "gmac", "q1", "q2";
/Zephyr-Core-3.5.0/arch/arm64/core/
Dfpu.S17 stp q2, q3, [x0, #(16 * 2)]
44 ldp q2, q3, [x0, #(16 * 2)]
/Zephyr-Core-3.5.0/include/zephyr/arch/arm64/
Dthread.h46 __int128 q0, q1, q2, q3, q4, q5, q6, q7; member
/Zephyr-Core-3.5.0/samples/sensor/ms5837/
DREADME.rst51 .. _MS5837 Sensor: http://www.te.com/usa-en/product-CAT-BLPS0017.html?q=&type=products&samples=N&q2
/Zephyr-Core-3.5.0/samples/net/mqtt_publisher/
DREADME.rst307 1485663799: Received PUBLISH from zephyr_publisher (d0, q2, r0, m16356, 'sensors', ... (15 bytes))
316 1485663801: Received PUBLISH from zephyr_publisher (d0, q2, r0, m53870, 'sensors', ... (15 bytes))
325 1485663803: Received PUBLISH from zephyr_publisher (d0, q2, r0, m6561, 'sensors', ... (15 bytes))
334 1485663805: Received PUBLISH from zephyr_publisher (d0, q2, r0, m60656, 'sensors', ... (15 bytes))
343 1485663807: Received PUBLISH from zephyr_publisher (d0, q2, r0, m49829, 'sensors', ... (15 bytes))
/Zephyr-Core-3.5.0/samples/tfm_integration/psa_crypto/
DREADME.rst71 - macOS Mojave using QEMU 4.2.0 with gcc-arm-none-eabi-7-2018-q2-update
72 - macOS Mojave with gcc-arm-none-eabi-7-2018-q2-update
/Zephyr-Core-3.5.0/doc/connectivity/networking/
Dqemu_setup.rst121 echo foobar | nc -6 -q2 2001:db8::1 4242
/Zephyr-Core-3.5.0/drivers/ethernet/
Deth_sam_gmac.c2190 IRQ_CONNECT(DT_INST_IRQ_BY_NAME(0, q2, irq), in eth0_irq_config()
2193 irq_enable(DT_INST_IRQ_BY_NAME(0, q2, irq)); in eth0_irq_config()
/Zephyr-Core-3.5.0/doc/develop/debug/
Dindex.rst269 :file:`C:\\gcc-arm-none-eabi-6_2017-q2-update\\bin\\arm-none-eabi-gdb.exe`
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-1.14.rst1163 * :github:`15157` - mps2_an385 and GNU Arm Embedded gcc-arm-none-eabi-7-2018-q2-update failed tests
1765 * :github:`12224` - POSIX api are incompatible with arm gcc 2018q2 toolchain
1784 * :github:`12118` - printf doesn't work on qemu_cortex_m3 with newlib and arm gcc 2018q2 toolchain
2187 …8838` - hello_world not working on frdm_k64f/qemu_cortex_m3 with newlib and arm gcc embedded 2018q2
Drelease-notes-2.1.rst542 …0582` - samples/subsys/logging/syst is broken when building with gcc-arm-none-eabi-7-2018-q2-update