Searched refs:spi_ll_disable_intr (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/hal/ |
D | spi_slave_hd_hal.c | 86 spi_ll_disable_intr(hw, UINT32_MAX); in spi_slave_hd_hal_init() 208 spi_ll_disable_intr(hal->dev, SPI_LL_INTR_TRANS_DONE); in spi_slave_hd_hal_check_disable_event() 213 spi_ll_disable_intr(hal->dev, intr); in spi_slave_hd_hal_check_disable_event()
|
D | adc_hal.c | 50 #define adc_dma_ll_rx_disable_intr(dev, chan, mask) spi_ll_disable_intr(dev, mask)
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | spi_ll.h | 1040 static inline void spi_ll_disable_intr(spi_dev_t *hw, spi_ll_intr_t intr_mask) in spi_ll_disable_intr() function
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | spi_ll.h | 1029 static inline void spi_ll_disable_intr(spi_dev_t *hw, spi_ll_intr_t intr_mask) in spi_ll_disable_intr() function
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | spi_ll.h | 1025 static inline void spi_ll_disable_intr(spi_dev_t *hw, spi_ll_intr_t intr_mask) in spi_ll_disable_intr() function
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | spi_ll.h | 1025 static inline void spi_ll_disable_intr(spi_dev_t *hw, spi_ll_intr_t intr_mask) in spi_ll_disable_intr() function
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | spi_ll.h | 1031 static inline void spi_ll_disable_intr(spi_dev_t *hw, spi_ll_intr_t intr_mask) in spi_ll_disable_intr() function
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | spi_ll.h | 1018 static inline void spi_ll_disable_intr(spi_dev_t *hw, spi_ll_intr_t intr_mask) in spi_ll_disable_intr() function
|