Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/mdk/
Dcompiler_abstraction.h40 #ifndef NRF_STRING_CONCATENATE_IMPL
41 #define NRF_STRING_CONCATENATE_IMPL(lhs, rhs) lhs ## rhs macro
44 #define NRF_STRING_CONCATENATE(lhs, rhs) NRF_STRING_CONCATENATE_IMPL(lhs, rhs)