Searched refs:zcbor_uint32_pexpect (Results 1 – 3 of 3) sorted by relevance
118 bool zcbor_uint32_pexpect(zcbor_state_t *state, uint32_t *expected); /* pint */
377 bool zcbor_uint32_pexpect(zcbor_state_t *state, uint32_t *expected) in zcbor_uint32_pexpect() function
1129 zassert_true(zcbor_uint32_pexpect(state_d, &(uint32_t){3}), NULL); in ZTEST()