Searched defs:TEST_ASSERT_BITS_HIGH (Results 1 - 2 of 2) sorted by relevance
/third_party/cJSON/tests/unity/src/ |
H A D | unity.h | 146 #define TEST_ASSERT_BITS_HIGH(mask, actual) UNITY_TEST_ASSERT_BITS((mask), (UNITY_UINT32)(-1), (actual), __LINE__, NULL) macro
|
/third_party/unity/src/ |
H A D | unity.h | 163 #define TEST_ASSERT_BITS_HIGH(mask, actual) UNITY_TEST_ASSERT_BITS((mask), (UNITY_UINT)(-1), (actual), __LINE__, NULL) macro
|
Completed in 7 milliseconds