Searched refs:zcbor_float16_bytes_put (Results 1 – 3 of 3) sorted by relevance
73 bool zcbor_float16_bytes_put(zcbor_state_t *state, uint16_t input); /* IEEE754 float16 raw bytes */
540 return zcbor_float16_bytes_put(state, zcbor_float32_to_16(input));555 bool zcbor_float16_bytes_put(zcbor_state_t *state, uint16_t input) function
1099 zassert_true(zcbor_float16_bytes_put(state_e, 0x4800), NULL); in ZTEST()1100 zassert_true(zcbor_float16_bytes_put(state_e, 0x4880), NULL); in ZTEST()