Searched refs:block_rx_handler (Results 1 – 2 of 2) sorted by relevance
596 this_spi->block_rx_handler = 0u; in MSS_SPI_set_frame_rx_handler()660 this_spi->block_rx_handler = 0u; in MSS_SPI_set_slave_tx_frame()722 mss_spi_block_rx_handler_t block_rx_handler in MSS_SPI_set_slave_block_buffers() argument754 this_spi->block_rx_handler = block_rx_handler; in MSS_SPI_set_slave_block_buffers()1255 if ((mss_spi_block_rx_handler_t)0 != this_spi->block_rx_handler) in mss_spi_isr()1257 (*this_spi->block_rx_handler)(this_spi->slave_rx_buffer, rx_size); in mss_spi_isr()
449 …mss_spi_block_rx_handler_t block_rx_handler; /*!< Pointer to the function that will be called w… member