Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/drivers/mss/mss_spi/
Dmss_spi.h282 typedef void (*mss_spi_frame_rx_handler_t)( uint32_t rx_frame ); typedef
444mss_spi_frame_rx_handler_t frame_rx_handler; /*!< Pointer to function that will be called when …
980 mss_spi_frame_rx_handler_t rx_handler
Dmss_spi.c581 mss_spi_frame_rx_handler_t rx_handler in MSS_SPI_set_frame_rx_handler()
1052 if ((mss_spi_frame_rx_handler_t)0 != this_spi->frame_rx_handler) in read_slave_rx_fifo()
1105 if ((mss_spi_frame_rx_handler_t)0 != this_spi->frame_rx_handler) in mss_spi_isr()