Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_util.h187 #define UTIL_CAT(a, ...) UTIL_PRIMITIVE_CAT(a, __VA_ARGS__)
188 #define UTIL_PRIMITIVE_CAT(a, ...) a##__VA_ARGS__ macro