Home
last modified time | relevance | path

Searched defs:buf_tx (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.6.0/drivers/ethernet/
Doa_tc6.c71 uint8_t buf_tx[OA_TC6_HDR_SIZE + 12] = { 0 }; in oa_tc6_reg_write() local
272 int oa_tc6_chunk_spi_transfer(struct oa_tc6 *tc6, uint8_t *buf_rx, uint8_t *buf_tx, in oa_tc6_chunk_spi_transfer()
/Zephyr-Core-3.6.0/drivers/wifi/winc1500/
Dwifi_winc1500_nm_bus_wrapper.c61 const struct spi_buf buf_tx = { in spi_rw() local
/Zephyr-Core-3.6.0/samples/bluetooth/ipsp/src/
Dmain.c41 static uint8_t buf_tx[NET_IPV6_MTU]; variable