Searched refs:ZCBOR_VERSION_MINOR (Results 1 – 3 of 3) sorted by relevance
29 list(GET ZCBOR_VERSION_SPLIT 1 ZCBOR_VERSION_MINOR)31 math(EXPR ZCBOR_VERSION "(${ZCBOR_VERSION_MAJOR} << 24) + (${ZCBOR_VERSION_MINOR} << 16) + (${ZCBOR…38 TEST_ZCBOR_VERSION_MINOR=${ZCBOR_VERSION_MINOR}
24 #define ZCBOR_VERSION_MINOR 8 macro29 "." ZCBOR_STRINGIFY(ZCBOR_VERSION_MINOR) \34 + (ZCBOR_VERSION_MINOR << 16) \
1432 zassert_equal(TEST_ZCBOR_VERSION_MINOR, ZCBOR_VERSION_MINOR, NULL); in ZTEST()