Home
last modified time | relevance | path

Searched defs:second (Results 1 – 2 of 2) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/common/inc/
Dsl_common.h76 #define _SL_CONCAT_2(first, second) first ## second argument
77 #define SL_CONCAT_PASTER_2(first, second) _SL_CONCAT_2(first, second) … argument
78 #define _SL_CONCAT_3(first, second, third) first ## second ## third argument
79 #define SL_CONCAT_PASTER_3(first, second, third) _SL_CONCAT_3(first, second, third) … argument
80 #define _SL_CONCAT_4(first, second, third, fourth) first ## second ## third ## fourth argument
81 #define SL_CONCAT_PASTER_4(first, second, third, fourth) _SL_CONCAT_4(first, second, third, fourth… argument
/hal_silabs-latest/gecko/common/inc/
Dsl_common.h76 #define SL_CONCAT_PASTER_2(first, second) first ## second ///… argument
77 #define SL_CONCAT_PASTER_3(first, second, third) first ## second ## third ///… argument
78 #define SL_CONCAT_PASTER_4(first, second, third, fourth) first ## second ## third ## fourth ///… argument