Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/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-Core-3.4.0/include/zephyr/toolchain/
Dllvm.h42 #ifndef UINT8_C
43 #define UINT8_C(x) __UINT8_C(x) macro
Dxcc.h56 #ifndef UINT8_C
57 #define UINT8_C(x) __UINT8_C(x) macro
/Zephyr-Core-3.4.0/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-Core-3.4.0/tests/lib/c_lib/src/
Dmain.c140 #if (UINT8_C(1) == 1) \ in ZTEST()
/Zephyr-Core-3.4.0/doc/releases/
Drelease-notes-2.5.rst1350 * :github:`30117` - Cannot compile Zephyr project with standard macros INT8_C, UINT8_C, UINT16_C