Home
last modified time | relevance | path

Searched refs:__UINT8_C (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/toolchain/
Dxcc.h59 #ifndef __UINT8_C
60 #define __UINT8_C(x) x ## U macro
64 #define UINT8_C(x) __UINT8_C(x)
Dllvm.h125 #define __UINT8_C(x) uint_c(x, __int_least8_c_suffix__) macro
128 #define __UINT8_C(x) x ## U macro
/Zephyr-latest/lib/libc/minimal/include/
Dstdint.h118 #define UINT8_C(_v) __UINT8_C(_v)
134 #ifndef __UINT8_C
135 #define __UINT8_C(x) x ## U macro
139 #define UINT8_C(x) __UINT8_C(x)
/Zephyr-latest/include/zephyr/toolchain/iar/
Diccarm.h385 #ifndef __UINT8_C
386 #define __UINT8_C(x) x ## U macro
390 #define UINT8_C(x) __UINT8_C(x)