Home
last modified time | relevance | path

Searched refs:UINT16_C (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.6.0/tests/misc/print_format/src/
Dmain.c27 printk("u%" PRIu16 "\n", UINT16_C(16)); in main()
32 printk("x%" PRIx16 "\n", UINT16_C(16)); in main()
37 printk("X%" PRIX16 "\n", UINT16_C(16)); in main()
/Zephyr-Core-3.6.0/include/zephyr/toolchain/
Dllvm.h61 #ifndef UINT16_C
62 #define UINT16_C(x) __UINT16_C(x) macro
Dxcc.h65 #ifndef UINT16_C
66 #define UINT16_C(x) __UINT16_C(x) macro
/Zephyr-Core-3.6.0/lib/libc/minimal/include/
Dstdint.h119 #define UINT16_C(_v) __UINT16_C(_v) macro
154 #ifndef UINT16_C
155 #define UINT16_C(x) __UINT16_C(x) macro
/Zephyr-Core-3.6.0/tests/lib/c_lib/common/src/
Dmain.c147 && (UINT16_C(2) == 2) \ in ZTEST()
/Zephyr-Core-3.6.0/doc/releases/
Drelease-notes-2.5.rst1350 * :github:`30117` - Cannot compile Zephyr project with standard macros INT8_C, UINT8_C, UINT16_C