Searched refs:GET_INTR (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | spi_ll.h | 1063 #define GET_INTR(intr_bit, _, raw_reg, ...) if (intr_mask & (intr_bit) && hw->raw_reg) return true; in spi_ll_get_intr() macro 1064 FOR_EACH_ITEM(GET_INTR, INTR_LIST); in spi_ll_get_intr() 1066 #undef GET_INTR in spi_ll_get_intr()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | spi_ll.h | 1052 #define GET_INTR(intr_bit, _, st_reg, ...) if (intr_mask & (intr_bit) && hw->st_reg) return true; in spi_ll_get_intr() macro 1053 FOR_EACH_ITEM(GET_INTR, INTR_LIST); in spi_ll_get_intr() 1055 #undef GET_INTR in spi_ll_get_intr()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | spi_ll.h | 1048 #define GET_INTR(intr_bit, _, raw_reg, ...) if (intr_mask & (intr_bit) && hw->raw_reg) return true; in spi_ll_get_intr() macro 1049 FOR_EACH_ITEM(GET_INTR, INTR_LIST); in spi_ll_get_intr() 1051 #undef GET_INTR in spi_ll_get_intr()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | spi_ll.h | 1048 #define GET_INTR(intr_bit, _, st_reg, ...) if (intr_mask & (intr_bit) && hw->st_reg) return true; in spi_ll_get_intr() macro 1049 FOR_EACH_ITEM(GET_INTR, INTR_LIST); in spi_ll_get_intr() 1051 #undef GET_INTR in spi_ll_get_intr()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | spi_ll.h | 1054 #define GET_INTR(intr_bit, _, st_reg, ...) if (intr_mask & (intr_bit) && hw->st_reg) return true; in spi_ll_get_intr() macro 1055 FOR_EACH_ITEM(GET_INTR, INTR_LIST); in spi_ll_get_intr() 1057 #undef GET_INTR in spi_ll_get_intr()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | spi_ll.h | 1043 #define GET_INTR(intr_bit, _, st_reg, ...) if (intr_mask & (intr_bit) && hw->st_reg) return true; in spi_ll_get_intr() macro 1044 FOR_EACH_ITEM(GET_INTR, INTR_LIST); in spi_ll_get_intr() 1046 #undef GET_INTR in spi_ll_get_intr()
|