Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/utilities/unity/
Dunity_internals.h33 #ifndef UNITY_INT_WIDTH
36 #define UNITY_INT_WIDTH (16) macro
38 #define UNITY_INT_WIDTH (32) macro
40 #define UNITY_INT_WIDTH (64) macro
47 #ifndef UNITY_INT_WIDTH
48 #define UNITY_INT_WIDTH (32) macro
117 #if (UNITY_INT_WIDTH == 32)
124 #elif (UNITY_INT_WIDTH == 16)
132 #error Invalid UNITY_INT_WIDTH specified! (16 or 32 are supported)
294 #if (UNITY_INT_WIDTH == 16)
[all …]
Dunity.c463 _U_UINT current_bit = (_U_UINT)1 << (UNITY_INT_WIDTH - 1); in UnityPrintMask()
466 for (i = 0; i < UNITY_INT_WIDTH; i++) in UnityPrintMask()