Home
last modified time | relevance | path

Searched refs:__UINT16_C (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-2.7.6/include/toolchain/
Dxcc.h53 #ifndef __UINT16_C
54 #define __UINT16_C(x) x ## U macro
58 #define UINT16_C(x) __UINT16_C(x)
/Zephyr-Core-2.7.6/lib/libc/minimal/include/
Dstdint.h89 #define UINT16_C(_v) __UINT16_C(_v)
120 #ifndef __UINT16_C
121 #define __UINT16_C(x) x ## U macro
125 #define UINT16_C(x) __UINT16_C(x)