Searched refs:zcbor_uint32_decode (Results 1 – 4 of 4) sorted by relevance
79 zcbor_uint32_decode(state_d, &seven); in main()
68 bool zcbor_uint32_decode(zcbor_state_t *state, uint32_t *result); /* pint */
91 zassert_false(zcbor_uint32_decode(&state_d, &uint32), NULL); in ZTEST()329 zassert_false(zcbor_uint32_decode(state_d, &(uint32_t){7}), NULL); in ZTEST()366 zassert_true(zcbor_uint32_decode(state_d, &(uint32_t){7}), NULL); in ZTEST()
269 bool zcbor_uint32_decode(zcbor_state_t *state, uint32_t *result) in zcbor_uint32_decode() function