Home
last modified time | relevance | path

Searched refs:SPI_LL_INTR_CMD8 (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/hal/
Dspi_slave_hd_hal.c89 spi_ll_set_intr(hw, SPI_LL_INTR_CMD7 | SPI_LL_INTR_CMD8); in spi_slave_hd_hal_init()
96 if (!spi_ll_get_intr(hw, SPI_LL_INTR_CMD8)) { in spi_slave_hd_hal_init()
161 spi_ll_clear_intr(hal->dev, SPI_LL_INTR_CMD8); in spi_slave_hd_hal_txdma()
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()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dspi_ll.h63SPI_LL_INTR_CMD8 = BIT(11), ///< Has received CMD8 command. Only available in slave HD. enumerator
1028 …item(SPI_LL_INTR_CMD8, dma_int_ena.cmd8, dma_int_raw.cmd8, dm…
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dspi_ll.h62SPI_LL_INTR_CMD8 = BIT(11), ///< Has received CMD8 command. Only available in slave HD. enumerator
1017 …item(SPI_LL_INTR_CMD8, dma_int_ena.slv_cmd8, dma_int_raw.slv_cmd8, dm…
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dspi_ll.h61SPI_LL_INTR_CMD8 = BIT(11), ///< Has received CMD8 command. Only available in slave HD. enumerator
1013 …item(SPI_LL_INTR_CMD8, dma_int_ena.cmd8, dma_int_raw.cmd8, dm…
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dspi_ll.h61SPI_LL_INTR_CMD8 = BIT(11), ///< Has received CMD8 command. Only available in slave HD. enumerator
1013 …item(SPI_LL_INTR_CMD8, dma_int_ena.cmd8, dma_int_raw.cmd8, dm…
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dspi_ll.h64SPI_LL_INTR_CMD8 = BIT(11), ///< Has received CMD8 command. Only available in slave HD. enumerator
1019 …item(SPI_LL_INTR_CMD8, dma_int_ena.slv_cmd8_int_ena, dma_int_raw.slv_cmd8_int_r…
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_ll.h71SPI_LL_INTR_CMD8 = BIT(11), ///< Has received CMD8 command. Only available in slave HD. enumerator
1004 …item(SPI_LL_INTR_CMD8, dma_int_ena.cmd8, dma_int_raw.cmd8, dm…