Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zcbor/src/
Dzcbor_decode.c774 static size_t get_current_index(zcbor_state_t *state, uint32_t index_offset) function
790 size_t index = (mode == FLAG_MODE_CLEAR_UNUSED) ? last_index : get_current_index(state, mode);
886 zcbor_log("Found element at index %zu.\n", get_current_index(state, 1));