Searched refs:frame_rx_handler (Results 1 – 2 of 2) sorted by relevance
600 this_spi->frame_rx_handler = rx_handler; in MSS_SPI_set_frame_rx_handler()751 this_spi->frame_rx_handler = 0u; in MSS_SPI_set_slave_block_buffers()1052 if ((mss_spi_frame_rx_handler_t)0 != this_spi->frame_rx_handler) in read_slave_rx_fifo()1054 this_spi->frame_rx_handler( rx_frame ); in read_slave_rx_fifo()1105 if ((mss_spi_frame_rx_handler_t)0 != this_spi->frame_rx_handler) in mss_spi_isr()1107 this_spi->frame_rx_handler(rx_frame); in mss_spi_isr()
444 …mss_spi_frame_rx_handler_t frame_rx_handler; /*!< Pointer to function that will be called when … member