Searched refs:SPI_LL_INTR_CMD7 (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/hal/ |
D | spi_slave_hd_hal.c | 89 spi_ll_set_intr(hw, SPI_LL_INTR_CMD7 | SPI_LL_INTR_CMD8); in spi_slave_hd_hal_init() 92 if (!spi_ll_get_intr(hw, SPI_LL_INTR_CMD7)) { in spi_slave_hd_hal_init() 107 spi_ll_enable_intr(hw, SPI_LL_INTR_CMD7); in spi_slave_hd_hal_init() 109 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() 147 spi_ll_clear_intr(hal->dev, SPI_LL_INTR_CMD7); in spi_slave_hd_hal_rxdma() 174 if (ev & SPI_EV_RECV) intr |= SPI_LL_INTR_CMD7; in get_event_intr() 201 if ((missing_intr & SPI_EV_RECV) && spi_ll_get_intr(hal->dev, SPI_LL_INTR_CMD7)) { in spi_slave_hd_hal_check_disable_event()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | spi_ll.h | 62 …SPI_LL_INTR_CMD7 = BIT(10), ///< Has received CMD7 command. Only available in slave HD. enumerator 1027 …item(SPI_LL_INTR_CMD7, dma_int_ena.cmd7, dma_int_raw.cmd7, dm…
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | spi_ll.h | 61 …SPI_LL_INTR_CMD7 = BIT(10), ///< Has received CMD7 command. Only available in slave HD. enumerator 1016 …item(SPI_LL_INTR_CMD7, dma_int_ena.slv_cmd7, dma_int_raw.slv_cmd7, dm…
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | spi_ll.h | 60 …SPI_LL_INTR_CMD7 = BIT(10), ///< Has received CMD7 command. Only available in slave HD. enumerator 1012 …item(SPI_LL_INTR_CMD7, dma_int_ena.cmd7, dma_int_raw.cmd7, dm…
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | spi_ll.h | 60 …SPI_LL_INTR_CMD7 = BIT(10), ///< Has received CMD7 command. Only available in slave HD. enumerator 1012 …item(SPI_LL_INTR_CMD7, dma_int_ena.cmd7, dma_int_raw.cmd7, dm…
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | spi_ll.h | 63 …SPI_LL_INTR_CMD7 = BIT(10), ///< Has received CMD7 command. Only available in slave HD. enumerator 1018 …item(SPI_LL_INTR_CMD7, dma_int_ena.slv_cmd7_int_ena, dma_int_raw.slv_cmd7_int_r…
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | spi_ll.h | 70 …SPI_LL_INTR_CMD7 = BIT(10), ///< Has received CMD7 command. Only available in slave HD. enumerator 1003 …item(SPI_LL_INTR_CMD7, dma_int_ena.cmd7, dma_int_raw.cmd7, dm…
|