Wire Sysio Wire Sysion 1.0.0
|
Enumerations | |
enum | Bits : uint32_t { bit0 = 0x0001 , bit1 = 0x0002 , bit2 = 0x0004 , bit3 = 0x0008 , bit1and2 = bit1 | bit2 , bit30 = 0x40000000 , bit31 = 0x80000000 , bit30and31 = bit30 | bit31 } |
Functions | |
TEST_CASE ("Test enum bit values", "[Tricky]") | |
enum EnumBitFieldTests::Bits : uint32_t |
EnumBitFieldTests::TEST_CASE | ( | "Test enum bit values" | , |
"" | [Tricky] ) |
Definition at line 181 of file Tricky.tests.cpp.