Searched refs:cyhal_spi_transfer_async (Results 1 – 2 of 2) sorted by relevance
| /hal_infineon-latest/mtb-hal-cat1/include/ |
| D | cyhal_spi.h | 398 cy_rslt_t cyhal_spi_transfer_async(cyhal_spi_t *obj, const uint8_t *tx, size_t tx_length, uint8_t *…
|
| /hal_infineon-latest/mtb-hal-cat1/source/ |
| D | cyhal_spi.c | 1351 status = cyhal_spi_transfer_async(obj, src_buff, (size_t)*size, NULL, 0U); in cyhal_spi_slave_write() 1371 cy_rslt_t rslt = cyhal_spi_transfer_async(obj, tx, tx_length, rx, rx_length); in cyhal_spi_transfer() 1380 cy_rslt_t cyhal_spi_transfer_async(cyhal_spi_t *obj, const uint8_t *tx, size_t tx_length, uint8_t *… in cyhal_spi_transfer_async() function
|