Searched refs:zcbor_uint32_encode (Results 1 – 4 of 4) sorted by relevance
42 zcbor_uint32_encode(state_e, &seven); in main()
78 bool zcbor_uint32_encode(zcbor_state_t *state, const uint32_t *input); /* pint */
162 bool zcbor_uint32_encode(zcbor_state_t *state, const uint32_t *input) function
249 zassert_false(zcbor_uint32_encode(state_e, &(uint32_t){7}), NULL); in ZTEST()289 zassert_true(zcbor_uint32_encode(state_e, &(uint32_t){7}), NULL); in ZTEST()