Searched refs:DIS_INTR (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | spi_ll.h | 1042 #define DIS_INTR(intr_bit, en_reg, ...) if (intr_mask & (intr_bit)) hw->en_reg = 0; in spi_ll_disable_intr() macro 1043 FOR_EACH_ITEM(DIS_INTR, INTR_LIST); in spi_ll_disable_intr() 1044 #undef DIS_INTR in spi_ll_disable_intr()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | spi_ll.h | 1031 #define DIS_INTR(intr_bit, en_reg, ...) if (intr_mask & (intr_bit)) hw->en_reg = 0; in spi_ll_disable_intr() macro 1032 FOR_EACH_ITEM(DIS_INTR, INTR_LIST); in spi_ll_disable_intr() 1033 #undef DIS_INTR in spi_ll_disable_intr()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | spi_ll.h | 1027 #define DIS_INTR(intr_bit, en_reg, ...) if (intr_mask & (intr_bit)) hw->en_reg = 0; in spi_ll_disable_intr() macro 1028 FOR_EACH_ITEM(DIS_INTR, INTR_LIST); in spi_ll_disable_intr() 1029 #undef DIS_INTR in spi_ll_disable_intr()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | spi_ll.h | 1027 #define DIS_INTR(intr_bit, en_reg, ...) if (intr_mask & (intr_bit)) hw->en_reg = 0; in spi_ll_disable_intr() macro 1028 FOR_EACH_ITEM(DIS_INTR, INTR_LIST); in spi_ll_disable_intr() 1029 #undef DIS_INTR in spi_ll_disable_intr()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | spi_ll.h | 1033 #define DIS_INTR(intr_bit, en_reg, ...) if (intr_mask & (intr_bit)) hw->en_reg = 0; in spi_ll_disable_intr() macro 1034 FOR_EACH_ITEM(DIS_INTR, INTR_LIST); in spi_ll_disable_intr() 1035 #undef DIS_INTR in spi_ll_disable_intr()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | spi_ll.h | 1020 #define DIS_INTR(intr_bit, en_reg, ...) if (intr_mask & (intr_bit)) hw->en_reg = 0; in spi_ll_disable_intr() macro 1021 FOR_EACH_ITEM(DIS_INTR, INTR_LIST); in spi_ll_disable_intr() 1022 #undef DIS_INTR in spi_ll_disable_intr()
|