Home
last modified time | relevance | path

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

/zcbor-latest/src/
Dzcbor_decode.c192 static int val_to_int(zcbor_major_type_t major_type, void *result, size_t result_size) in val_to_int() function
233 int err = val_to_int(major_type, result, result_size); in zcbor_int_decode()