Home
last modified time | relevance | path

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

/lvgl-3.7.0/tests/unity/
Dunity_internals.h75 #ifndef UNITY_LONG_WIDTH
78 #define UNITY_LONG_WIDTH (16) macro
80 #define UNITY_LONG_WIDTH (32) macro
82 #define UNITY_LONG_WIDTH (64) macro
85 #define UNITY_LONG_WIDTH (32) macro
100 #define UNITY_POINTER_WIDTH UNITY_LONG_WIDTH
132 #if UNITY_LONG_WIDTH == 64 || UNITY_POINTER_WIDTH == 64
145 #if (UNITY_LONG_WIDTH == 32)
148 #elif (UNITY_LONG_WIDTH == 64)
152 #error Invalid UNITY_LONG_WIDTH specified! (32 or 64 are supported)