Home
last modified time | relevance | path

Searched full:ref (Results 1 – 12 of 12) sorted by relevance

/mcuboot-latest/boot/zcbor/include/
Dzcbor_decode.h31 /** See @ref zcbor_new_state() */
141 * Calls @ref zcbor_union_elem_code then @ref zcbor_[u]int[32|64]_expect.
152 * Call @ref zcbor_list_end_decode / @ref zcbor_map_end_decode when done
168 * @ref zcbor_unordered_map_start_decode. Use @ref zcbor_unordered_map_end_decode
179 * the map. You can do this manually instead, see @ref zcbor_elem_processed and
180 * @ref manually_process_elem. If ZCBOR_MAP_SMART_SEARCH is defined, a flag is
196 * @ref zcbor_unordered_map_search will return true.
217 * Uses @ref zcbor_unordered_map_search under the hood. Please refer to those docs
219 * Refer to the docs for zcbor_(t|b)str_expect_* (e.g. @ref zcbor_bstr_expect_ptr)
233 * @note This should not be called unless the @ref manually_process_elem flag is set.
[all …]
Dzcbor_encode.h32 /** See @ref zcbor_new_state() */
57 * but when a @ref zcbor_encoder_t is needed, such as for @ref zcbor_multi_encode,
104 * When all members have been encoded, call @ref zcbor_list_end_encode /
105 * @ref zcbor_map_end_encode to close the list/map.
111 * @ref zcbor_list_end_encode / @ref zcbor_map_end_encode
126 * Use @ref zcbor_list_map_end_force_encode to forcibly consume the backup if
132 * @ref zcbor_list_start_encode call.
160 * The @ref zcbor_encoder_t type is designed to be compatible with all single-
161 * value encoder functions in this library, e.g. @ref zcbor_uint32_encode,
162 * @ref zcbor_tstr_put, @ref zcbor_nil_put, etc. For _put() functions,
[all …]
Dzcbor_common.h113 if @ref zcbor_update_state is called, since that function
154 marked as processed when found via @ref zcbor_search_map_key. */
156 uint8_t *map_search_elem_state_end; /**< The end of the @ref map_search_elem_state buffer. */
265 #define ZCBOR_ERR_PAYLOAD_OUTDATED 15 ///! Because of a call to @ref zcbor_update_state
390 * This sets a flag so that @ref zcbor_process_backup fails if a backup is
391 * processed with the flag @ref ZCBOR_FLAG_RESTORE, but without the flag
392 * @ref ZCBOR_FLAG_KEEP_PAYLOAD since this would cause an invalid state.
405 * @ref ZCBOR_STRING_FRAGMENT_UNKNOWN_LENGTH. If so, all fragments will be
423 * validate with @ref zcbor_validate_string_fragments.
461 /** Like @ref zcbor_header_len but for integer of any size <= 8. */
/mcuboot-latest/.github/workflows/
Dzephyr_build.yaml66 ref: ${{ env.ZEPHYR_VERSION }}
79 ref: ${{ env.MCUBOOT_VERSION }}
Dmynewt.yaml11 group: mynewt-${{ github.event.pull_request.number || github.ref }}
Despressif.yaml14 group: espressif-${{ github.event.pull_request.number || github.ref }}
Dfih_tests.yaml10 group: fih-${{ github.event.pull_request.number || github.ref }}
Dimgtool.yaml11 group: imgtool-${{ github.event.pull_request.number || github.ref }}
Dsim.yaml11 group: sim-${{ github.event.pull_request.number || github.ref }}
/mcuboot-latest/sim/mcuboot-sys/src/
Dc.rs82 Some(ref c) => **c as libc::c_int in boot_go()
/mcuboot-latest/ptest/src/
Dmain.rs173 Err(ref err) if err.kind() == ErrorKind::AlreadyExists => continue, in done()
/mcuboot-latest/boot/zcbor/src/
Dzcbor_decode.c127 * big to little-endian if necessary (@ref ZCBOR_BIG_ENDIAN).
752 * Should only be used for unordered maps (started with @ref zcbor_unordered_map_start_decode)