Searched refs:__VA_NARG__ (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/esp_common/include/ |
D | esp_macros.h | 56 #ifndef __VA_NARG__ 57 # define __VA_NARG__(...) __NARG__(_0, ##__VA_ARGS__, __RSEQ_N__()) macro
|
/hal_espressif-latest/components/esp_hw_support/include/esp_private/ |
D | esp_regdma.h | 660 …, branch, module, ...) regdma_link_init((pcfg), (branch), (module), __VA_NARG__(__VA_ARGS__), #… 662 …pdate_next_safe(link, ...) regdma_link_update_next((link), __VA_NARG__(__VA_ARGS__), #…
|