nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ NRF_RPC_CONCAT

#define NRF_RPC_CONCAT (   _x,
  _y 
)     __NRF_RPC_CONCAT(_x, _y)

#include <nrf_rpc/include/nrf_rpc_common.h>

Macro for concatenating two tokens in macro expansion.

Note
This macro is expanded in two steps so that tokens given as macros themselves are fully expanded before they are merged.
Parameters
[in]_xFirst token.
[in]_ySecond token.
Returns
The two tokens merged into one, unless they cannot together form a valid token (in such case, the preprocessor issues a warning and does not perform the concatenation).