Home
last modified time | relevance | path

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

/zcbor-latest/src/
Dzcbor_encode.c446 bool zcbor_simple_encode(zcbor_state_t *state, uint8_t *input) function
462 return zcbor_simple_encode(state, &input);
/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c878 bool zcbor_simple_encode(zcbor_state_t *state, uint8_t *input);
892 zassert_true(zcbor_simple_encode(state_e, &simple1), NULL); in ZTEST()