Home
last modified time | relevance | path

Searched defs:PRINT (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.4.0/tests/lib/cbprintf_fp/src/
Dmain.c10 #define PRINT(...) printk(__VA_ARGS__) macro
18 #define PRINT(...) printf(__VA_ARGS__) macro
26 #define PRINT(...) printfcb(__VA_ARGS__) macro
30 #define PRINT(...) fprintf(stdout, __VA_ARGS__) macro
34 #define PRINT(...) fprintfcb(stdout, __VA_ARGS__) macro
/Zephyr-Core-3.4.0/subsys/testsuite/ztest/include/zephyr/
Dztest.h39 #define PRINT printk macro