Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/ports/cortex_m23/iar/inc/
Dnx_port.h88 #define NX_CHANGE_USHORT_ENDIAN(arg) arg = __REV16(arg)
99 #define htons(val) __REV16(val)
103 #define ntohs(val) __REV16(val)
/NetX-Duo-v6.2.1/ports/cortex_m3/iar/inc/
Dnx_port.h88 #define NX_CHANGE_USHORT_ENDIAN(arg) arg = __REV16(arg)
99 #define htons(val) __REV16(val)
103 #define ntohs(val) __REV16(val)
/NetX-Duo-v6.2.1/ports/cortex_m33/iar/inc/
Dnx_port.h91 #define NX_CHANGE_USHORT_ENDIAN(arg) arg = __REV16(arg)
102 #define htons(val) __REV16(val)
106 #define ntohs(val) __REV16(val)
/NetX-Duo-v6.2.1/ports/cortex_m4/iar/inc/
Dnx_port.h88 #define NX_CHANGE_USHORT_ENDIAN(arg) arg = __REV16(arg)
99 #define htons(val) __REV16(val)
103 #define ntohs(val) __REV16(val)
/NetX-Duo-v6.2.1/ports/cortex_m55/iar/inc/
Dnx_port.h87 #define NX_CHANGE_USHORT_ENDIAN(arg) (arg) = __REV16(arg)
98 #define htons(val) __REV16(val)
102 #define ntohs(val) __REV16(val)
/NetX-Duo-v6.2.1/ports/cortex_m7/iar/inc/
Dnx_port.h88 #define NX_CHANGE_USHORT_ENDIAN(arg) arg = __REV16(arg)
99 #define htons(val) __REV16(val)
103 #define ntohs(val) __REV16(val)
/NetX-Duo-v6.2.1/ports/cortex_m85/iar/inc/
Dnx_port.h87 #define NX_CHANGE_USHORT_ENDIAN(arg) (arg) = __REV16(arg)
98 #define htons(val) __REV16(val)
102 #define ntohs(val) __REV16(val)
/NetX-Duo-v6.2.1/ports/cortex_m0/iar/inc/
Dnx_port.h88 #define NX_CHANGE_USHORT_ENDIAN(arg) arg = __REV16(arg)
99 #define htons(val) __REV16(val)
103 #define ntohs(val) __REV16(val)
/NetX-Duo-v6.2.1/crypto_libraries/ports/cortex_m3/iar/inc/
Dnx_crypto_port.h64 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(arg) (arg) = __REV16(arg)
/NetX-Duo-v6.2.1/crypto_libraries/ports/cortex_m7/iar/inc/
Dnx_crypto_port.h64 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(arg) (arg) = __REV16(arg)
/NetX-Duo-v6.2.1/crypto_libraries/ports/cortex_m4/iar/inc/
Dnx_crypto_port.h64 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(arg) (arg) = __REV16(arg)
/NetX-Duo-v6.2.1/nx_secure/inc/
Dnx_secure_tls.h128 #define __REV16(x) x macro