Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/smp_client/src/
Dclient.c86 int64_t time_stamp_ref; in smp_client_transport_work_fn() local
97 time_stamp_ref = entry->timestamp; in smp_client_transport_work_fn()
99 time_stamp_delta = k_uptime_delta(&time_stamp_ref); in smp_client_transport_work_fn()
102 time_stamp_cmp = entry->timestamp - time_stamp_ref; in smp_client_transport_work_fn()
113 entry->timestamp = time_stamp_ref + CONFIG_SMP_CMD_RETRY_TIME; in smp_client_transport_work_fn()