Searched refs:tx_buf (Results 1 – 3 of 3) sorted by relevance
309 uint8_t *tx_buf; in _cyhal_spi_irq_handler() local327 …tx_buf = *rx_buffer_p + 1; // Start at second byte to avoid trying to transmit and receive the sam… in _cyhal_spi_irq_handler()328 memset(tx_buf, obj->write_fill, trx_size); in _cyhal_spi_irq_handler()335 tx_buf = &obj->write_fill; in _cyhal_spi_irq_handler()340 Cy_SCB_SPI_Transfer(obj->base, tx_buf, rx_buf, trx_size, &obj->context); in _cyhal_spi_irq_handler()
383 uint8_t *tx_buf; /**< TX buffer */ member
317 eth_mac->tx_desc[i].buffer1 = (uint32_t)&(eth_mac->tx_buf[i * XMC_ETH_MAC_BUF_SIZE]); in XMC_ETH_MAC_InitTxDescriptors()