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