Home
last modified time | relevance | path

Searched refs:tx_buf (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_spi.c309 uint8_t *tx_buf; in _cyhal_spi_irq_handler() local
327tx_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()
/hal_infineon-latest/XMCLib/drivers/inc/
Dxmc_eth_mac.h383 uint8_t *tx_buf; /**< TX buffer */ member
/hal_infineon-latest/XMCLib/drivers/src/
Dxmc_eth_mac.c317 eth_mac->tx_desc[i].buffer1 = (uint32_t)&(eth_mac->tx_buf[i * XMC_ETH_MAC_BUF_SIZE]); in XMC_ETH_MAC_InitTxDescriptors()