Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/central_gatt_write/src/
Dgatt_write_common.c25 static uint32_t cycle_stamp; in write_cmd_cb() local
28 delta = k_cycle_get_32() - cycle_stamp; in write_cmd_cb()
48 cycle_stamp = k_cycle_get_32(); in write_cmd_cb()
/Zephyr-latest/tests/bsim/bluetooth/ll/conn/src/
Dtest_connect1.c136 static uint32_t cycle_stamp; in notify_func() local
148 delta = cycle_now - cycle_stamp; in notify_func()
149 cycle_stamp = cycle_now; in notify_func()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dl2cap.c66 static uint32_t cycle_stamp; in l2cap_recv_metrics() local
69 delta = k_cycle_get_32() - cycle_stamp; in l2cap_recv_metrics()
78 cycle_stamp = k_cycle_get_32(); in l2cap_recv_metrics()
Dgatt.c44 static uint32_t cycle_stamp; in update_write_stats() local
47 delta = k_cycle_get_32() - cycle_stamp; in update_write_stats()
63 cycle_stamp = k_cycle_get_32(); in update_write_stats()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_conn.c274 uint32_t cycle_stamp; in ll_tx_mem_enqueue() local
277 cycle_stamp = k_cycle_get_32(); in ll_tx_mem_enqueue()
278 delta = k_cyc_to_ns_floor64(cycle_stamp - last_cycle_stamp); in ll_tx_mem_enqueue()
282 last_cycle_stamp = cycle_stamp; in ll_tx_mem_enqueue()