Searched refs:BINDESC_GET_UINT (Results 1 – 3 of 3) sorted by relevance
25 zassert_equal(BINDESC_GET_UINT(kernel_version_number), KERNEL_VERSION_NUMBER, in ZTEST()38 zassert_equal(BINDESC_GET_UINT(bindesc_uint), UINT_DATA); in ZTEST()
27 printk("my_int: %d\n", BINDESC_GET_UINT(my_int)); in main()
264 #define BINDESC_GET_UINT(name) *(uint32_t *)&(BINDESC_NAME(name).data) macro