Home
last modified time | relevance | path

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

/Zephyr-latest/tests/misc/print_format/src/
Dmain.c26 printk("u%" PRIu8 "\n", UINT8_C(8)); in main()
31 printk("x%" PRIx8 "\n", UINT8_C(8)); in main()
36 printk("X%" PRIX8 "\n", UINT8_C(8)); in main()
/Zephyr-latest/include/zephyr/toolchain/
Dxcc.h63 #ifndef UINT8_C
64 #define UINT8_C(x) __UINT8_C(x) macro
/Zephyr-latest/lib/libc/minimal/include/
Dstdint.h118 #define UINT8_C(_v) __UINT8_C(_v) macro
138 #ifndef UINT8_C
139 #define UINT8_C(x) __UINT8_C(x) macro
/Zephyr-latest/tests/lib/c_lib/common/src/
Dmain.c144 #if (UINT8_C(1) == 1) \ 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