Home
last modified time | relevance | path

Searched refs:cyhal_spi_transfer_async (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-3.6.0/mtb-hal-cat1/include/
Dcyhal_spi.h398 cy_rslt_t cyhal_spi_transfer_async(cyhal_spi_t *obj, const uint8_t *tx, size_t tx_length, uint8_t *…
/hal_infineon-3.6.0/mtb-hal-cat1/source/
Dcyhal_spi.c1344 status = cyhal_spi_transfer_async(obj, src_buff, (size_t)*size, NULL, 0U); in cyhal_spi_slave_write()
1364 cy_rslt_t rslt = cyhal_spi_transfer_async(obj, tx, tx_length, rx, rx_length); in cyhal_spi_transfer()
1373 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