Searched refs:buf32 (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.5.0/drivers/ethernet/ |
D | eth_smsc911x.c | 452 uint32_t *buf32; in smsc_write_tx_fifo() local 466 buf32 = (uint32_t *)buf; in smsc_write_tx_fifo() 469 SMSC9220->TX_DATA_PORT = *buf32++; in smsc_write_tx_fifo() 540 uint32_t buf32; in smsc_read_rx_fifo() local 547 buf32 = SMSC9220->RX_DATA_PORT; in smsc_read_rx_fifo() 549 if (net_pkt_write(pkt, &buf32, sizeof(uint32_t))) { in smsc_read_rx_fifo()
|
/Zephyr-Core-3.5.0/tests/lib/ringbuffer/src/ |
D | concurrent.c | 262 uint32_t buf32[32]; in test_ztress() member 268 ring_buf_item_init(&ringbuf, ARRAY_SIZE(buf.buf32), buf.buf32); in test_ztress()
|
D | main.c | 832 uint32_t *buf32 = (uint32_t *)buf_ii.buffer; in ZTEST() local 834 zassert_equal(input[i], buf32[i+1]); in ZTEST()
|
/Zephyr-Core-3.5.0/tests/lib/mpsc_pbuf/src/ |
D | main.c | 81 static uint32_t buf32[512]; variable 84 .buf = buf32, 85 .size = ARRAY_SIZE(buf32), 221 init(&buffer, ARRAY_SIZE(buf32) - !pow2, true); in benchmark_item_put() 385 init(&buffer, ARRAY_SIZE(buf32) - !pow2, false); in benchmark_item_put_ext() 432 init(&buffer, ARRAY_SIZE(buf32) - !pow2, false); in benchmark_item_put_data() 663 init(&buffer, ARRAY_SIZE(buf32) - !pow2, false); in item_alloc_preemption() 921 .buf = buf32, in ZTEST() 922 .size = ARRAY_SIZE(buf32), in ZTEST() 1049 init(&buffer, ARRAY_SIZE(buf32) - 1, true); in ZTEST() [all …]
|
D | concurrent.c | 17 static uint32_t buf32[128]; variable 236 .buf = buf32, in stress_test() 237 .size = ARRAY_SIZE(buf32), in stress_test()
|
/Zephyr-Core-3.5.0/lib/os/ |
D | cbprintf_packaged.c | 919 uint32_t *buf32 = in_packaged; in cbprintf_package_convert() local 974 const char *str = *(const char **)&buf32[*str_pos]; in cbprintf_package_convert() 998 const char *str = *(const char **)&buf32[arg_pos]; in cbprintf_package_convert() 1077 const char *str = *(const char **)&buf32[arg_pos]; in cbprintf_package_convert() 1145 const char *str = *(const char **)&buf32[loc]; in cbprintf_package_convert()
|
/Zephyr-Core-3.5.0/subsys/logging/ |
D | log_core.c | 118 buf32[CONFIG_LOG_BUFFER_SIZE / sizeof(int)]; 124 .buf = (uint32_t *)buf32, 125 .size = ARRAY_SIZE(buf32),
|