Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dspi_ll.h1049 #define SET_INTR(intr_bit, _, __, ___, set_reg) if (intr_mask & (intr_bit)) hw->set_reg = 1; in spi_ll_set_intr() macro
1050 FOR_EACH_ITEM(SET_INTR, INTR_LIST); in spi_ll_set_intr()
1051 #undef SET_INTR in spi_ll_set_intr()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dspi_ll.h1038 #define SET_INTR(intr_bit, _, __, ___, set_reg) if (intr_mask & (intr_bit)) hw->set_reg = 1; in spi_ll_set_intr() macro
1039 FOR_EACH_ITEM(SET_INTR, INTR_LIST); in spi_ll_set_intr()
1040 #undef SET_INTR in spi_ll_set_intr()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dspi_ll.h1034 #define SET_INTR(intr_bit, _, __, ___, set_reg) if (intr_mask & (intr_bit)) hw->set_reg = 1; in spi_ll_set_intr() macro
1035 FOR_EACH_ITEM(SET_INTR, INTR_LIST); in spi_ll_set_intr()
1036 #undef SET_INTR in spi_ll_set_intr()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dspi_ll.h1034 #define SET_INTR(intr_bit, _, st_reg, ...) if (intr_mask & (intr_bit)) hw->st_reg = 1; in spi_ll_set_intr() macro
1035 FOR_EACH_ITEM(SET_INTR, INTR_LIST); in spi_ll_set_intr()
1036 #undef SET_INTR in spi_ll_set_intr()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dspi_ll.h1040 #define SET_INTR(intr_bit, _, __, ___, set_reg) if (intr_mask & (intr_bit)) hw->set_reg = 1; in spi_ll_set_intr() macro
1041 FOR_EACH_ITEM(SET_INTR, INTR_LIST); in spi_ll_set_intr()
1042 #undef SET_INTR in spi_ll_set_intr()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_ll.h1027 #define SET_INTR(intr_bit, _, st_reg, ...) if (intr_mask & (intr_bit)) hw->st_reg = 1; in spi_ll_set_intr() macro
1028 FOR_EACH_ITEM(SET_INTR, INTR_LIST); in spi_ll_set_intr()
1029 #undef SET_INTR in spi_ll_set_intr()