Home
last modified time | relevance | path

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

/mcumgr-2.7.6/cmd/stat_mgmt/port/zephyr/src/
Dzephyr_stat_mgmt.c62 entry.value = *(uint16_t *) stat_val; in zephyr_stat_mgmt_walk_cb()
65 entry.value = *(uint32_t *) stat_val; in zephyr_stat_mgmt_walk_cb()
68 entry.value = *(uint64_t *) stat_val; in zephyr_stat_mgmt_walk_cb()
/mcumgr-2.7.6/cmd/stat_mgmt/port/mynewt/src/
Dmynewt_stat_mgmt.c72 entry.value = *(uint16_t *) stat_val; in mynewt_stat_mgmt_walk_cb()
75 entry.value = *(uint32_t *) stat_val; in mynewt_stat_mgmt_walk_cb()
78 entry.value = *(uint64_t *) stat_val; in mynewt_stat_mgmt_walk_cb()
/mcumgr-2.7.6/cmd/stat_mgmt/include/stat_mgmt/
Dstat_mgmt.h38 uint64_t value; member
/mcumgr-2.7.6/cborattr/src/
Dcborattr.c319 cbor_read_array(struct CborValue *value, const struct cbor_array_t *arr) in cbor_read_array() argument
328 err = cbor_value_enter_container(value, &elem); in cbor_read_array()
388 err |= cbor_value_leave_container(value, &elem); in cbor_read_array()
393 cbor_read_object(struct CborValue *value, const struct cbor_attr_t *attrs) in cbor_read_object() argument
397 st = cbor_internal_read_object(value, attrs, NULL, 0); in cbor_read_object()
417 struct CborValue value; in cbor_read_flat_attrs() local
421 err = cbor_parser_init(&reader.r, 0, &parser, &value); in cbor_read_flat_attrs()
425 return cbor_read_object(&value, attrs); in cbor_read_flat_attrs()
449 struct CborValue value; in cbor_read_mbuf_attrs() local
453 err = cbor_parser_init(&cmr.r, 0, &parser, &value); in cbor_read_mbuf_attrs()
[all …]
/mcumgr-2.7.6/cmd/stat_mgmt/src/
Dstat_mgmt.c56 err |= cbor_encode_uint(enc, entry->value); in stat_mgmt_cb_encode()
/mcumgr-2.7.6/cborattr/include/cborattr/
Dcborattr.h64 long long int value; member
/mcumgr-2.7.6/transport/
Dsmp-console.md43 | Body | The actual SMP data (i.e., 8-byte header and CBOR key-value map). |
/mcumgr-2.7.6/
DREADME.md96 * CBOR key-value map
104 The contents of the CBOR key-value map are specified per command type.
/mcumgr-2.7.6/samples/smp_svr/mynewt/src/
Dmain.c242 event->mtu.value); in smp_svr_gap_event()
/mcumgr-2.7.6/samples/omp_svr/mynewt/src/
Dmain.c344 event->mtu.value); in omp_svr_gap_event()