Home
last modified time | relevance | path

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

/mcuboot-3.6.0/boot/zephyr/
Dboot_serial_extensions.c17 int len, zcbor_state_t *cs) in bs_peruser_system_specific() argument
23 mgmt_rc = function->handler(hdr, buffer, len, cs); in bs_peruser_system_specific()
32 zcbor_map_start_encode(cs, 10); in bs_peruser_system_specific()
33 zcbor_tstr_put_lit(cs, "rc"); in bs_peruser_system_specific()
34 zcbor_uint32_put(cs, mgmt_rc); in bs_peruser_system_specific()
35 zcbor_map_end_encode(cs, 10); in bs_peruser_system_specific()
Dboot_serial_extension_zephyr_basic.c32 zcbor_state_t *cs) in bs_custom_storage_erase() argument
62 zcbor_map_start_encode(cs, 10); in bs_custom_storage_erase()
63 zcbor_tstr_put_lit(cs, "rc"); in bs_custom_storage_erase()
64 zcbor_uint32_put(cs, rc); in bs_custom_storage_erase()
65 zcbor_map_end_encode(cs, 10); in bs_custom_storage_erase()
/mcuboot-3.6.0/boot/zephyr/include/boot_serial/
Dboot_serial_extensions.h27 zcbor_state_t *cs);
/mcuboot-3.6.0/boot/zcbor/include/
Dzcbor_common.h339 struct zcbor_state_constant *cs = state->constant_state; in zcbor_check_error() local
340 return !(cs && cs->stop_on_error && cs->error); in zcbor_check_error()
/mcuboot-3.6.0/boot/boot_serial/src/
Dboot_serial.c167 int len, zcbor_state_t *cs);