Home
last modified time | relevance | path

Searched refs:zcbor_float_pexpect (Results 1 – 2 of 2) sorted by relevance

/mcuboot-latest/boot/zcbor/include/
Dzcbor_decode.h137 bool zcbor_float_pexpect(zcbor_state_t *state, double *expected); /* IEEE754 float16, float32, or f…
/mcuboot-latest/boot/zcbor/src/
Dzcbor_decode.c1398 bool zcbor_float_pexpect(zcbor_state_t *state, double *expected) function