Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/drivers/mss/mss_spi/
Dmss_spi.h298 typedef void (*mss_spi_block_rx_handler_t)(uint8_t * rx_buff, uint32_t rx_size); typedef
431 mss_spi_block_rx_handler_t cmd_handler;
449mss_spi_block_rx_handler_t block_rx_handler; /*!< Pointer to the function that will be called w…
1138 mss_spi_block_rx_handler_t spi_block_rx_handler
1287 mss_spi_block_rx_handler_t cmd_handler,
Dmss_spi.c722 mss_spi_block_rx_handler_t block_rx_handler in MSS_SPI_set_slave_block_buffers()
740 if ((mss_spi_block_rx_handler_t)0 == this_spi->cmd_handler) in MSS_SPI_set_slave_block_buffers()
828 if ((mss_spi_block_rx_handler_t)0 == this_spi->cmd_handler) in MSS_SPI_set_slave_block_buffers()
863 mss_spi_block_rx_handler_t cmd_handler, in MSS_SPI_set_cmd_handler()
875 if ((mss_spi_block_rx_handler_t)0 == cmd_handler) in MSS_SPI_set_cmd_handler()
1161 if ((mss_spi_block_rx_handler_t)0 != this_spi->cmd_handler) in mss_spi_isr()
1255 if ((mss_spi_block_rx_handler_t)0 != this_spi->block_rx_handler) in mss_spi_isr()