ESP-IDF
UNITY_COMPARISON_T
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
UNITY_COMPARISON_T
UNITY_COMPARISON_T enum
Syntax
Show:
Summary
Declaration
from
unity_internals.h:467
enum
{
UNITY_WITHIN
=
0x0
,
UNITY_EQUAL_TO
=
0x1
,
UNITY_GREATER_THAN
=
0x2
,
UNITY_GREATER_OR_EQUAL
=
0x2
+
UNITY_EQUAL_TO
,
UNITY_SMALLER_THAN
=
0x4
,
UNITY_SMALLER_OR_EQUAL
=
0x4
+
UNITY_EQUAL_TO
,
UNITY_NOT_EQUAL
=
0x0
,
UNITY_UNKNOWN
}
;
Values
Value
Declared as
UNITY_COMPARISON_T::UNITY_SMALLER_THAN
=
0x4
UNITY_COMPARISON_T::UNITY_SMALLER_OR_EQUAL
=
0x4
+
UNITY_EQUAL_TO
UNITY_COMPARISON_T::UNITY_NOT_EQUAL
=
0x0
UNITY_COMPARISON_T::UNITY_UNKNOWN
UNITY_COMPARISON_T::UNITY_WITHIN
=
0x0
UNITY_COMPARISON_T::UNITY_EQUAL_TO
=
0x1
UNITY_COMPARISON_T::UNITY_GREATER_THAN
=
0x2
UNITY_COMPARISON_T::UNITY_GREATER_OR_EQUAL
=
0x2
+
UNITY_EQUAL_TO
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out