Home
last modified time | relevance | path

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

/hal_silabs-latest/simplicity_sdk/platform/common/inc/
Dsl_common.h78 #define _SL_CONCAT_3(first, second, third) first ## second ## third macro
79 #define SL_CONCAT_PASTER_3(first, second, third) _SL_CONCAT_3(first, second, third) …