Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zcbor/include/
Dzcbor_encode.h76 bool zcbor_undefined_put(zcbor_state_t *state, const void *unused); /* 'undefined' CBOR simple valu…
/mcuboot-latest/boot/zcbor/src/
Dzcbor_encode.c484 bool zcbor_undefined_put(zcbor_state_t *state, const void *unused) function