Searched refs:_cyhal_spi_wait_for_op (Results 1 – 1 of 1) sorted by relevance
555 static cy_rslt_t _cyhal_spi_wait_for_op(cyhal_spi_t *obj, uint8_t op, uint32_t* timeout) in _cyhal_spi_wait_for_op() function1321 status = _cyhal_spi_wait_for_op(obj, _CYHAL_SPI_WAIT_OP_RD_NOT_BUSY, &timeout); in cyhal_spi_slave_read()1326 status = _cyhal_spi_wait_for_op(obj, _CYHAL_SPI_WAIT_OP_RD_BUSY, &timeout); in cyhal_spi_slave_read()1349 status = _cyhal_spi_wait_for_op(obj, _CYHAL_SPI_WAIT_OP_WR, &timeout); in cyhal_spi_slave_write()