Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/mtb-hal-cat1/source/
Dcyhal_spi.c319 uint8_t **rx_buffer_p = (uint8_t **) &obj->rx_buffer; in _cyhal_spi_irq_handler() local
321 …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()