Home
last modified time | relevance | path

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

/zcbor-3.5.0-3.4.0/include/
Dzcbor_encode.h125 bool zcbor_float16_bytes_put(zcbor_state_t *state, uint16_t input);
/zcbor-3.5.0-3.4.0/src/
Dzcbor_encode.c643 return zcbor_float16_bytes_put(state, value16);
658 bool zcbor_float16_bytes_put(zcbor_state_t *state, uint16_t input) function