Home
last modified time | relevance | path

Searched refs:CLR_INTR (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dspi_ll.h1056 #define CLR_INTR(intr_bit, _, __, clr_reg, ...) if (intr_mask & (intr_bit)) hw->clr_reg = 1; in spi_ll_clear_intr() macro
1057 FOR_EACH_ITEM(CLR_INTR, INTR_LIST); in spi_ll_clear_intr()
1058 #undef CLR_INTR in spi_ll_clear_intr()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dspi_ll.h1045 #define CLR_INTR(intr_bit, _, __, clr_reg, ...) if (intr_mask & (intr_bit)) hw->clr_reg = 1; in spi_ll_clear_intr() macro
1046 FOR_EACH_ITEM(CLR_INTR, INTR_LIST); in spi_ll_clear_intr()
1047 #undef CLR_INTR in spi_ll_clear_intr()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dspi_ll.h1041 #define CLR_INTR(intr_bit, _, __, clr_reg, ...) if (intr_mask & (intr_bit)) hw->clr_reg = 1; in spi_ll_clear_intr() macro
1042 FOR_EACH_ITEM(CLR_INTR, INTR_LIST); in spi_ll_clear_intr()
1043 #undef CLR_INTR in spi_ll_clear_intr()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dspi_ll.h1041 #define CLR_INTR(intr_bit, _, __, clr_reg) if (intr_mask & (intr_bit)) hw->clr_reg; in spi_ll_clear_intr() macro
1042 FOR_EACH_ITEM(CLR_INTR, INTR_LIST); in spi_ll_clear_intr()
1043 #undef CLR_INTR in spi_ll_clear_intr()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dspi_ll.h1047 #define CLR_INTR(intr_bit, _, __, clr_reg, ...) if (intr_mask & (intr_bit)) hw->clr_reg = 1; in spi_ll_clear_intr() macro
1048 FOR_EACH_ITEM(CLR_INTR, INTR_LIST); in spi_ll_clear_intr()
1049 #undef CLR_INTR in spi_ll_clear_intr()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_ll.h1035 #define CLR_INTR(intr_bit, _, __, clr_reg) if (intr_mask & (intr_bit)) hw->clr_reg; in spi_ll_clear_intr() macro
1036 FOR_EACH_ITEM(CLR_INTR, INTR_LIST); in spi_ll_clear_intr()
1037 #undef CLR_INTR in spi_ll_clear_intr()