Searched refs:spi_slave_hd_hal_check_disable_event (Results 1 – 3 of 3) sorted by relevance
160 bool spi_slave_hd_hal_check_disable_event(spi_slave_hd_hal_context_t* hal, spi_event_t ev);
298 if (host->tx_desc && spi_slave_hd_hal_check_disable_event(hal, SPI_EV_SEND)) { in spi_slave_hd_intr_segment()301 if (host->rx_desc && spi_slave_hd_hal_check_disable_event(hal, SPI_EV_RECV)) { in spi_slave_hd_intr_segment()
193 bool spi_slave_hd_hal_check_disable_event(spi_slave_hd_hal_context_t *hal, spi_event_t ev) in spi_slave_hd_hal_check_disable_event() function