Searched refs:zcbor_float32_put (Results 1 – 4 of 4) sorted by relevance
51 zcbor_float32_put(state_e, 10.5); in main()
127 bool zcbor_float32_put(zcbor_state_t *state, float input);
552 bool zcbor_float32_put(zcbor_state_t *state, float input) function
253 zassert_false(zcbor_float32_put(state_e, 10.5), NULL); in ZTEST()294 zassert_true(zcbor_float32_put(state_e, 10.5), NULL); in ZTEST()