Home
last modified time | relevance | path

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

/Zephyr-latest/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-latest/include/zephyr/toolchain/
Dxcc.h79 #ifndef UINT16_C
80 #define UINT16_C(x) __UINT16_C(x) macro
/Zephyr-latest/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-latest/tests/lib/c_lib/common/src/
Dmain.c146 && (UINT16_C(2) == 2) \ in ZTEST()
/Zephyr-latest/doc/releases/
Drelease-notes-2.5.rst1350 * :github:`30117` - Cannot compile Zephyr project with standard macros INT8_C, UINT8_C, UINT16_C