Searched refs:cmd_handler (Results 1 – 2 of 2) sorted by relevance
597 this_spi->cmd_handler = 0u; in MSS_SPI_set_frame_rx_handler()661 this_spi->cmd_handler = 0u; in MSS_SPI_set_slave_tx_frame()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() argument875 if ((mss_spi_block_rx_handler_t)0 == cmd_handler) in MSS_SPI_set_cmd_handler()882 this_spi->cmd_handler = 0u; in MSS_SPI_set_cmd_handler()891 this_spi->cmd_handler = 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()1163 (*this_spi->cmd_handler)(this_spi->slave_rx_buffer, in mss_spi_isr()[all …]
431 mss_spi_block_rx_handler_t cmd_handler; member1287 mss_spi_block_rx_handler_t cmd_handler,