Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zcbor/include/
Dzcbor_encode.h78 bool zcbor_float16_bytes_put(zcbor_state_t *state, uint16_t input); /* IEEE754 float16 raw bytes */
/mcuboot-latest/boot/zcbor/src/
Dzcbor_encode.c545 return zcbor_float16_bytes_put(state, zcbor_float32_to_16(input));
560 bool zcbor_float16_bytes_put(zcbor_state_t *state, uint16_t input) function