Searched defs:_ (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-2.7.6/components/hal/esp32c3/include/hal/ |
D | spi_ll.h | 1001 #define SET_INTR(intr_bit, _, st_reg, ...) if (intr_mask & (intr_bit)) hw->st_reg = 1; in spi_ll_set_intr() argument 1008 #define CLR_INTR(intr_bit, _, __, clr_op) if (intr_mask & (intr_bit)) hw->clr_op; in spi_ll_clear_intr() argument 1015 #define GET_INTR(intr_bit, _, st_reg, ...) if (intr_mask & (intr_bit) && hw->st_reg) return true; in spi_ll_get_intr() argument
|
/hal_espressif-2.7.6/components/hal/esp32s3/include/hal/ |
D | spi_ll.h | 1010 #define SET_INTR(intr_bit, _, st_reg, ...) if (intr_mask & (intr_bit)) hw->st_reg = 1; in spi_ll_set_intr() argument 1017 #define CLR_INTR(intr_bit, _, __, clr_op) if (intr_mask & (intr_bit)) hw->clr_op; in spi_ll_clear_intr() argument 1024 #define GET_INTR(intr_bit, _, st_reg, ...) if (intr_mask & (intr_bit) && hw->st_reg) return true; in spi_ll_get_intr() argument
|
/hal_espressif-2.7.6/tools/kconfig/ |
D | lkc.h | 34 #define _(text) gettext(text) macro
|
D | qconf.cc | 39 # define _ qgettext macro
|
/hal_espressif-2.7.6/components/hal/esp32s2/include/hal/ |
D | spi_ll.h | 991 #define SET_INTR(intr_bit, _, st_reg, ...) if (intr_mask & (intr_bit)) hw->st_reg = 1; in spi_ll_set_intr() argument 998 #define CLR_INTR(intr_bit, _, __, clr_op) if (intr_mask & (intr_bit)) hw->clr_op; in spi_ll_clear_intr() argument 1005 #define GET_INTR(intr_bit, _, st_reg, ...) if (intr_mask & (intr_bit) && hw->st_reg) return true; in spi_ll_get_intr() argument
|
/hal_espressif-2.7.6/tools/catch/ |
D | catch.hpp | 3961 UnpositionalTag _; variable 8034 union _{ in which() union
|