Searched defs:_code (Results  1 – 4 of 4) sorted by relevance
| /Zephyr-latest/tests/bluetooth/audio/mocks/include/ | 
| D | expects_util.h | 24 #define IF_EMPTY(_a, _code) COND_CODE_EMPTY(_a, _code, ())  argument 25 #define IF_NOT_EMPTY(_a, _code) COND_CODE_EMPTY(_a, (), _code)  argument
  | 
| /Zephyr-latest/subsys/net/l2/ppp/ | 
| D | ppp_internal.h | 72 #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/ | 
| D | util_macro.h | 247 #define IF_ENABLED(_flag, _code) \  argument 271 #define IF_DISABLED(_flag, _code) \  argument
  | 
| /Zephyr-latest/include/zephyr/net/ | 
| D | net_mgmt.h | 51 #define NET_MGMT_LAYER_CODE(_code)	(_code << 16)  argument
  |