Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dspi_ll.h65SPI_LL_INTR_CMDA = BIT(13), ///< Has received CMDA command. Only available in slave HD. enumerator
1030 …item(SPI_LL_INTR_CMDA, dma_int_ena.cmda, dma_int_raw.cmda, dm…
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dspi_ll.h64SPI_LL_INTR_CMDA = BIT(13), ///< Has received CMDA command. Only available in slave HD. enumerator
1019 …item(SPI_LL_INTR_CMDA, dma_int_ena.slv_cmda, dma_int_raw.slv_cmda, dm…
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dspi_ll.h63SPI_LL_INTR_CMDA = BIT(13), ///< Has received CMDA command. Only available in slave HD. enumerator
1015 …item(SPI_LL_INTR_CMDA, dma_int_ena.cmda, dma_int_raw.cmda, dm…
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dspi_ll.h63SPI_LL_INTR_CMDA = BIT(13), ///< Has received CMDA command. Only available in slave HD. enumerator
1015 …item(SPI_LL_INTR_CMDA, dma_int_ena.cmda, dma_int_raw.cmda, dm…
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dspi_ll.h66SPI_LL_INTR_CMDA = BIT(13), ///< Has received CMDA command. Only available in slave HD. enumerator
1021 …item(SPI_LL_INTR_CMDA, dma_int_ena.slv_cmda_int_ena, dma_int_raw.slv_cmda_int_r…
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_ll.h73SPI_LL_INTR_CMDA = BIT(13), ///< Has received CMDA command. Only available in slave HD. enumerator
1006 …item(SPI_LL_INTR_CMDA, dma_int_ena.cmda, dma_int_raw.cmda, dm…
/hal_espressif-latest/components/hal/
Dspi_slave_hd_hal.c178 if (ev & SPI_EV_CMDA) intr |= SPI_LL_INTR_CMDA; in get_event_intr()