Home
last modified time | relevance | path

Searched refs:SPI_EV_SEND (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/hal/
Dspi_slave_hd_hal.c97 hal->intr_not_triggered |= SPI_EV_SEND; in spi_slave_hd_hal_init()
171 if ((ev & SPI_EV_SEND) && hal->append_mode) intr |= SPI_LL_INTR_OUT_EOF; in get_event_intr()
173 if ((ev & SPI_EV_SEND) && !hal->append_mode) intr |= SPI_LL_INTR_CMD8; in get_event_intr()
204 if ((missing_intr & SPI_EV_SEND) && spi_ll_get_intr(hal->dev, SPI_LL_INTR_CMD8)) { in spi_slave_hd_hal_check_disable_event()
205 hal->intr_not_triggered &= ~SPI_EV_SEND; in spi_slave_hd_hal_check_disable_event()
230 if (hal->intr_not_triggered & ev & (SPI_EV_RECV | SPI_EV_SEND)) { in spi_slave_hd_hal_invoke_event_intr()
/hal_espressif-latest/components/hal/include/hal/
Dspi_types.h40SPI_EV_SEND = BIT(3), ///< Master has received certain number of the data, the number is… enumerator
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_slave_hd.c260 spi_slave_hd_hal_invoke_event_intr(&host->hal, SPI_EV_SEND); in tx_invoke()
298 if (host->tx_desc && spi_slave_hd_hal_check_disable_event(hal, SPI_EV_SEND)) { in spi_slave_hd_intr_segment()
310 .event = SPI_EV_SEND, in spi_slave_hd_intr_segment()
381 spi_slave_hd_hal_enable_event_intr(hal, SPI_EV_SEND); in spi_slave_hd_intr_segment()
410 .event = SPI_EV_SEND, in spi_slave_hd_append_tx_isr()
492 if (spi_slave_hd_hal_check_clear_event(hal, SPI_EV_SEND)) { in spi_slave_hd_intr_append()