Home
last modified time | relevance | path

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

/external/platform/nrfx/mdk/
A Dcompiler_abstraction.h38 #ifndef NRF_STRING_CONCATENATE_IMPL
39 #define NRF_STRING_CONCATENATE_IMPL(lhs, rhs) lhs ## rhs macro
42 #define NRF_STRING_CONCATENATE(lhs, rhs) NRF_STRING_CONCATENATE_IMPL(lhs, rhs)

Completed in 5 milliseconds