Home
last modified time | relevance | path

Searched defs:_code (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/bluetooth/audio/mocks/include/
Dexpects_util.h17 #define IF_EMPTY(_a, _code) COND_CODE_EMPTY(_a, _code, ()) argument
18 #define IF_NOT_EMPTY(_a, _code) COND_CODE_EMPTY(_a, (), _code) argument
/Zephyr-latest/subsys/net/l2/ppp/
Dppp_internal.h72 #define PPP_PEER_OPTION(_code, _parse, _nack) \ argument
187 #define PPP_MY_OPTION(_code, _req_add, _handle_ack, _handle_nak) \ argument
/Zephyr-latest/include/zephyr/sys/
Dutil_macro.h239 #define IF_ENABLED(_flag, _code) \ argument
263 #define IF_DISABLED(_flag, _code) \ argument
/Zephyr-latest/include/zephyr/net/
Dnet_mgmt.h51 #define NET_MGMT_LAYER_CODE(_code) (_code << 16) argument