Home
last modified time | relevance | path

Searched defs:_x (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dlwm2m_path.h56 #define LWM2M_PATH1(_x) #_x argument
57 #define LWM2M_PATH2(_x, _y) #_x "/" #_y argument
58 #define LWM2M_PATH3(_x, _y, _z) #_x "/" #_y "/" #_z argument
59 #define LWM2M_PATH4(_a, _x, _y, _z) #_a "/" #_x "/" #_y "/" #_z argument
/Zephyr-latest/tests/bluetooth/audio/mocks/include/
Dexpects_util.h14 #define CHECK_EMPTY(_x) UTIL_BOOL(IS_EMPTY(_x)) argument
15 #define COND_CODE_EMPTY(_x, _if_any_code, _else_code) \ argument
/Zephyr-latest/subsys/net/ip/
Dtcp_private.h16 #define th_sport(_x) UNALIGNED_GET(&(_x)->th_sport) argument
17 #define th_dport(_x) UNALIGNED_GET(&(_x)->th_dport) argument
18 #define th_seq(_x) ntohl(UNALIGNED_GET(&(_x)->th_seq)) argument
19 #define th_ack(_x) ntohl(UNALIGNED_GET(&(_x)->th_ack)) argument
20 #define th_off(_x) ((_x)->th_off) argument
21 #define th_flags(_x) UNALIGNED_GET(&(_x)->th_flags) argument
22 #define th_win(_x) UNALIGNED_GET(&(_x)->th_win) argument
Dtp_priv.h34 #define ip_get(_x) ((struct net_ipv4_hdr *) net_pkt_ip_data((_x))) argument
Dtcp.c1036 #define _(_x) case _x: do { s = #_x; goto out; } while (0) in tcp_state_to_str() argument
/Zephyr-latest/drivers/ethernet/
Deth_e1000.c44 #define _(_x) case _x: return #_x in e1000_reg_to_string() argument
/Zephyr-latest/drivers/flash/
Dflash_cadence_nand_ll.h44 #define PINSEL(_x) (PINSEL##_x) argument
45 #define PIN(_x) PINSEL(_x)##SEL argument