Home
last modified time | relevance | path

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

/zcbor-latest/src/
Dzcbor_decode.c1196 static bool float_check(zcbor_state_t *state, uint8_t additional_val) in float_check() argument
1199 ZCBOR_ERR_IF(ZCBOR_ADDITIONAL(*state->payload) != additional_val, ZCBOR_ERR_FLOAT_SIZE); in float_check()