Searched refs:rx_buffer_p (Results 1 – 1 of 1) sorted by relevance
319 uint8_t **rx_buffer_p = (uint8_t **) &obj->rx_buffer; in _cyhal_spi_irq_handler() local321 …tx_buf = *rx_buffer_p + 1; // Start at second byte to avoid trying to transmit and receive the sam… in _cyhal_spi_irq_handler()324 *rx_buffer_p += trx_size; // Move to 1 byte before end in _cyhal_spi_irq_handler()