Searched refs:zcbor_float16_bytes_pexpect (Results 1 – 3 of 3) sorted by relevance
127 bool zcbor_float16_bytes_pexpect(zcbor_state_t *state, uint16_t *expected); /* IEEE754 float16 raw …
1180 bool zcbor_float16_bytes_pexpect(zcbor_state_t *state, uint16_t *expected) function
1116 zassert_true(zcbor_float16_bytes_pexpect(state_d, &(uint16_t){0x4880}), NULL); in ZTEST()