Home
last modified time | relevance | path

Searched refs:REPEAT_MACRO (Results 1 – 2 of 2) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/saml21/hpl/dmac/
Dhpl_dmac.c92 const static struct dmac_channel_cfg _cfgs[] = {REPEAT_MACRO(DMAC_CHANNEL_CFG, i, DMAC_CH_NUM)};
/loramac-node-3.4.0/src/boards/mcu/saml21/hal/utils/include/
Dutils_repeat_macro.h63 #define REPEAT_MACRO(macro, arg, n) REPEAT_MACRO_I(macro, arg, n) macro