Home
last modified time | relevance | path

Searched refs:ZCBOR_VERSION (Results 1 – 4 of 4) sorted by relevance

/zcbor-3.6.0/tests/unit/test1_unit_tests/
DCMakeLists.txt31 math(EXPR ZCBOR_VERSION "(${ZCBOR_VERSION_MAJOR} << 24) + (${ZCBOR_VERSION_MINOR} << 16) + (${ZCBOR…
36 TEST_ZCBOR_VERSION=${ZCBOR_VERSION}
/zcbor-3.6.0/include/
Dzcbor_common.h33 #define ZCBOR_VERSION ((ZCBOR_VERSION_MAJOR << 24) \ macro
/zcbor-3.6.0/
DRELEASE_NOTES.md10 * zcbor_common.h: Add ZCBOR_VERSION macro
/zcbor-3.6.0/tests/unit/test1_unit_tests/src/
Dmain.c1430 zassert_equal(TEST_ZCBOR_VERSION, ZCBOR_VERSION, NULL); in ZTEST()