Searched refs:spi_slave_hd_hal_check_clear_event (Results 1 – 3 of 3) sorted by relevance
147 bool spi_slave_hd_hal_check_clear_event(spi_slave_hd_hal_context_t* hal, spi_event_t ev);
274 if (spi_slave_hd_hal_check_clear_event(&host->hal, ev) && cb) { in intr_check_clear_callback()489 if (spi_slave_hd_hal_check_clear_event(hal, SPI_EV_RECV)) { in spi_slave_hd_intr_append()492 if (spi_slave_hd_hal_check_clear_event(hal, SPI_EV_SEND)) { in spi_slave_hd_intr_append()
183 bool spi_slave_hd_hal_check_clear_event(spi_slave_hd_hal_context_t *hal, spi_event_t ev) in spi_slave_hd_hal_check_clear_event() function