Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/mcumgr/grp/stat_mgmt/src/
Dstat_mgmt.c67 void *stat_val; in stat_mgmt_walk_cb() local
71 stat_val = (uint8_t *)hdr + off; in stat_mgmt_walk_cb()
74 entry.value = *(uint16_t *) stat_val; in stat_mgmt_walk_cb()
77 entry.value = *(uint32_t *) stat_val; in stat_mgmt_walk_cb()
80 entry.value = *(uint64_t *) stat_val; in stat_mgmt_walk_cb()