Searched refs:value (Results 1 – 10 of 10) sorted by relevance
/mcumgr-2.7.6/cmd/stat_mgmt/port/zephyr/src/ |
D | zephyr_stat_mgmt.c | 62 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/ |
D | mynewt_stat_mgmt.c | 72 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/ |
D | stat_mgmt.h | 38 uint64_t value; member
|
/mcumgr-2.7.6/cborattr/src/ |
D | cborattr.c | 319 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/ |
D | stat_mgmt.c | 56 err |= cbor_encode_uint(enc, entry->value); in stat_mgmt_cb_encode()
|
/mcumgr-2.7.6/cborattr/include/cborattr/ |
D | cborattr.h | 64 long long int value; member
|
/mcumgr-2.7.6/transport/ |
D | smp-console.md | 43 | Body | The actual SMP data (i.e., 8-byte header and CBOR key-value map). |
|
/mcumgr-2.7.6/ |
D | README.md | 96 * 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/ |
D | main.c | 242 event->mtu.value); in smp_svr_gap_event()
|
/mcumgr-2.7.6/samples/omp_svr/mynewt/src/ |
D | main.c | 344 event->mtu.value); in omp_svr_gap_event()
|