Home
last modified time | relevance | path

Searched defs:_msg (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/lib/include/
Dvirtqueue.h163 #define VQASSERT_BOOL(_vq, _exp, _msg) \ argument
174 #define VQASSERT(_vq, _exp, _msg) VQASSERT_BOOL(_vq, (_exp) != 0, _msg) argument
199 #define VQASSERT(_vq, _exp, _msg) argument
/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/
Dmenuconfig.py2944 def _msg(title, text): function