Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/
Dspi_slave_hd_hal.c109 spi_ll_clear_intr(hw, SPI_LL_INTR_OUT_EOF | SPI_LL_INTR_CMD7); in spi_slave_hd_hal_init()
110 spi_ll_enable_intr(hw, SPI_LL_INTR_OUT_EOF | SPI_LL_INTR_CMD7); 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()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_ll.h62 SPI_LL_INTR_OUT_EOF = BIT(2), ///< DMA out_eof triggered enumerator
998 …item(SPI_LL_INTR_OUT_EOF, dma_int_ena.out_eof, dma_int_raw.out_eof, dm…