Home
last modified time | relevance | path

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

/mcuboot-3.4.0/boot/zcbor/include/
Dzcbor_encode.h125 bool zcbor_float64_put(zcbor_state_t *state, double input);
/mcuboot-3.4.0/boot/zcbor/src/
Dzcbor_encode.c549 bool zcbor_float64_put(zcbor_state_t *state, double input) function