Home
last modified time | relevance | path

Searched refs:UNITY_OUTPUT_CHAR (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/utilities/unity/
Dunity.c173 UNITY_OUTPUT_CHAR('\r'); \
174 UNITY_OUTPUT_CHAR('\n'); \
185 UNITY_OUTPUT_CHAR('\r'); \
186 UNITY_OUTPUT_CHAR('\n'); \
204 UNITY_OUTPUT_CHAR('\r'); \
205 UNITY_OUTPUT_CHAR('\n'); \
306 UNITY_OUTPUT_CHAR(*pBuffer); in UnityPrintf()
330 UNITY_OUTPUT_CHAR(*pch); in UnityPrint()
348 UNITY_OUTPUT_CHAR('\\'); in UnityPrint()
383 UNITY_OUTPUT_CHAR('-'); in UnityPrintNumber()
[all …]
Dunity_internals.h252 #define UNITY_OUTPUT_CHAR(a) \ macro
260 #define UNITY_OUTPUT_CHAR(a) PUTCHAR(a) macro
263 #define UNITY_OUTPUT_CHAR(a) putchar(a) macro