Home
last modified time | relevance | path

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

/hal_telink-latest/tlsr9/ble/vendor/controller/
Db91_bt_init.c126 int64_t ktime_ms = k_uptime_get(); in b91_bt_zephyr_wakeup() local
131 ktime_ms += (wakeup_tick - sys_tick) / SYSTEM_TIMER_TICK_1MS - B91_BT_SLEEP_AJUSTMENT; in b91_bt_zephyr_wakeup()
132 k_sleep(K_TIMEOUT_ABS_MS(ktime_ms)); in b91_bt_zephyr_wakeup()