Searched refs:BINDESC_GET_SIZE (Results 1 – 3 of 3) sorted by relevance
31 zassert_equal(BINDESC_GET_SIZE(bindesc_string), sizeof(STR_DATA)); in ZTEST()37 zassert_equal(BINDESC_GET_SIZE(bindesc_uint), 4); in ZTEST()45 zassert_equal(BINDESC_GET_SIZE(bindesc_bytes), 4); in ZTEST()
29 for (i = 0; i < BINDESC_GET_SIZE(my_bytes); i++) { in main()
289 #define BINDESC_GET_SIZE(name) BINDESC_NAME(name).len macro