Searched refs:INTR_LIST (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | spi_ll.h | 1020 #define INTR_LIST(item) \ macro 1036 FOR_EACH_ITEM(ENA_INTR, INTR_LIST); in spi_ll_enable_intr() 1043 FOR_EACH_ITEM(DIS_INTR, INTR_LIST); in spi_ll_disable_intr() 1050 FOR_EACH_ITEM(SET_INTR, INTR_LIST); in spi_ll_set_intr() 1057 FOR_EACH_ITEM(CLR_INTR, INTR_LIST); in spi_ll_clear_intr() 1064 FOR_EACH_ITEM(GET_INTR, INTR_LIST); in spi_ll_get_intr() 1070 #undef INTR_LIST
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | spi_ll.h | 1009 #define INTR_LIST(item) \ macro 1025 FOR_EACH_ITEM(ENA_INTR, INTR_LIST); in spi_ll_enable_intr() 1032 FOR_EACH_ITEM(DIS_INTR, INTR_LIST); in spi_ll_disable_intr() 1039 FOR_EACH_ITEM(SET_INTR, INTR_LIST); in spi_ll_set_intr() 1046 FOR_EACH_ITEM(CLR_INTR, INTR_LIST); in spi_ll_clear_intr() 1053 FOR_EACH_ITEM(GET_INTR, INTR_LIST); in spi_ll_get_intr() 1059 #undef INTR_LIST
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | spi_ll.h | 1005 #define INTR_LIST(item) \ macro 1021 FOR_EACH_ITEM(ENA_INTR, INTR_LIST); in spi_ll_enable_intr() 1028 FOR_EACH_ITEM(DIS_INTR, INTR_LIST); in spi_ll_disable_intr() 1035 FOR_EACH_ITEM(SET_INTR, INTR_LIST); in spi_ll_set_intr() 1042 FOR_EACH_ITEM(CLR_INTR, INTR_LIST); in spi_ll_clear_intr() 1049 FOR_EACH_ITEM(GET_INTR, INTR_LIST); in spi_ll_get_intr() 1055 #undef INTR_LIST
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | spi_ll.h | 1005 #define INTR_LIST(item) \ macro 1021 FOR_EACH_ITEM(ENA_INTR, INTR_LIST); in spi_ll_enable_intr() 1028 FOR_EACH_ITEM(DIS_INTR, INTR_LIST); in spi_ll_disable_intr() 1035 FOR_EACH_ITEM(SET_INTR, INTR_LIST); in spi_ll_set_intr() 1042 FOR_EACH_ITEM(CLR_INTR, INTR_LIST); in spi_ll_clear_intr() 1049 FOR_EACH_ITEM(GET_INTR, INTR_LIST); in spi_ll_get_intr() 1055 #undef INTR_LIST
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | spi_ll.h | 1011 #define INTR_LIST(item) \ macro 1027 FOR_EACH_ITEM(ENA_INTR, INTR_LIST); in spi_ll_enable_intr() 1034 FOR_EACH_ITEM(DIS_INTR, INTR_LIST); in spi_ll_disable_intr() 1041 FOR_EACH_ITEM(SET_INTR, INTR_LIST); in spi_ll_set_intr() 1048 FOR_EACH_ITEM(CLR_INTR, INTR_LIST); in spi_ll_clear_intr() 1055 FOR_EACH_ITEM(GET_INTR, INTR_LIST); in spi_ll_get_intr() 1061 #undef INTR_LIST
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | spi_ll.h | 991 #define INTR_LIST(item) \ macro 1013 FOR_EACH_ITEM(ENA_INTR, INTR_LIST); in spi_ll_enable_intr() 1021 FOR_EACH_ITEM(DIS_INTR, INTR_LIST); in spi_ll_disable_intr() 1028 FOR_EACH_ITEM(SET_INTR, INTR_LIST); in spi_ll_set_intr() 1036 FOR_EACH_ITEM(CLR_INTR, INTR_LIST); in spi_ll_clear_intr() 1044 FOR_EACH_ITEM(GET_INTR, INTR_LIST); in spi_ll_get_intr() 1050 #undef INTR_LIST
|