Searched refs:SPI_LL_INTR_CMDA (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | spi_ll.h | 65 …SPI_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/ |
D | spi_ll.h | 64 …SPI_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/ |
D | spi_ll.h | 63 …SPI_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/ |
D | spi_ll.h | 63 …SPI_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/ |
D | spi_ll.h | 66 …SPI_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/ |
D | spi_ll.h | 73 …SPI_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/ |
D | spi_slave_hd_hal.c | 178 if (ev & SPI_EV_CMDA) intr |= SPI_LL_INTR_CMDA; in get_event_intr()
|