Home
last modified time | relevance | path

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

/lvgl-latest/tests/unity/
Dunity_internals.h363 #define UNITY_EXEC_TIME_STOP() Unity.CurrentTestStopTime = UNITY_CLOCK_MS() macro
375 #define UNITY_EXEC_TIME_STOP() UNITY_GET_TIME(Unity.CurrentTestStopTime) macro
387 #define UNITY_EXEC_TIME_STOP() UNITY_GET_TIME(Unity.CurrentTestStopTime) macro
404 #define UNITY_EXEC_TIME_STOP() do { /* nothing*/ } while (0) macro