Home
last modified time | relevance | path

Searched refs:spi_ll_get_intr (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/hal/
Dspi_slave_hd_hal.c92 if (!spi_ll_get_intr(hw, SPI_LL_INTR_CMD7)) { in spi_slave_hd_hal_init()
96 if (!spi_ll_get_intr(hw, SPI_LL_INTR_CMD8)) { in spi_slave_hd_hal_init()
186 if (spi_ll_get_intr(hal->dev, intr)) { in spi_slave_hd_hal_check_clear_event()
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()
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()
207 if (spi_ll_get_intr(hal->dev, SPI_LL_INTR_TRANS_DONE)) { in spi_slave_hd_hal_check_disable_event()
212 if (spi_ll_get_intr(hal->dev, intr)) { in spi_slave_hd_hal_check_disable_event()
Dadc_hal.c47 #define adc_dma_ll_rx_get_intr(dev, mask) spi_ll_get_intr(dev, mask)
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dspi_ll.h1061 static inline bool spi_ll_get_intr(spi_dev_t *hw, spi_ll_intr_t intr_mask) in spi_ll_get_intr() function
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dspi_ll.h1050 static inline bool spi_ll_get_intr(spi_dev_t *hw, spi_ll_intr_t intr_mask) in spi_ll_get_intr() function
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dspi_ll.h1046 static inline bool spi_ll_get_intr(spi_dev_t *hw, spi_ll_intr_t intr_mask) in spi_ll_get_intr() function
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dspi_ll.h1046 static inline bool spi_ll_get_intr(spi_dev_t *hw, spi_ll_intr_t intr_mask) in spi_ll_get_intr() function
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dspi_ll.h1052 static inline bool spi_ll_get_intr(spi_dev_t *hw, spi_ll_intr_t intr_mask) in spi_ll_get_intr() function
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_ll.h1041 static inline bool spi_ll_get_intr(spi_dev_t *hw, spi_ll_intr_t intr_mask) in spi_ll_get_intr() function