Searched full:expiry (Results 1 – 10 of 10) sorted by relevance
34 uint32_t expiry; in ble_ll_xcvr_rfclk_state() local37 expiry = g_ble_ll_data.ll_rfclk_start_time; in ble_ll_xcvr_rfclk_state()38 if ((int32_t)(os_cputime_get32() - expiry) > in ble_ll_xcvr_rfclk_state()143 * If the timer is on the list, we need to see if its expiry is before in ble_ll_xcvr_rfclk_timer_start()144 * 'cputime'. If the expiry is before, no need to do anything. If it in ble_ll_xcvr_rfclk_timer_start()148 if ((int32_t)(cputime - g_ble_ll_data.ll_rfclk_timer.expiry) >= 0) { in ble_ll_xcvr_rfclk_timer_start()
158 nrf_timer_set_ocmp(struct nrf52_hal_timer *bsptimer, uint32_t expiry) in nrf_timer_set_ocmp() argument176 delta_t = (int32_t)(expiry - temp); in nrf_timer_set_ocmp()188 rtctimer->CC[NRF_RTC_TIMER_CC_INT] = expiry & 0x00ffffff; in nrf_timer_set_ocmp()202 hwtimer->CC[NRF_TIMER_CC_INT] = expiry; in nrf_timer_set_ocmp()211 if ((int32_t)(nrf_read_timer_cntr(hwtimer) - expiry) >= 0) { in nrf_timer_set_ocmp()285 if ((int32_t)(tcntr - timer->expiry) >= delta) { in hal_timer_chk_queue()297 nrf_timer_set_ocmp(bsptimer, timer->expiry); in hal_timer_chk_queue()763 timer->expiry = tick; in hal_timer_start_at()771 if ((int32_t)(timer->expiry - entry->expiry) < 0) { in hal_timer_start_at()783 nrf_timer_set_ocmp(bsptimer, timer->expiry); in hal_timer_start_at()[all …]
46 s64_t expiry; member
104 Expiry time for incoming data packets (ms). If this much time362 Expiry time for incoming ATT queued writes (ms). If this much
59 uint32_t expiry; member
3142 if (uptime > cfg->hb_sub.expiry) { in hb_sub_send_status()3145 period = (cfg->hb_sub.expiry - uptime) / 1000; in hb_sub_send_status()3245 cfg->hb_sub.expiry = k_uptime_get() + period_ms; in heartbeat_sub_set()3247 cfg->hb_sub.expiry = 0; in heartbeat_sub_set()3393 cfg->hb_sub.expiry = 0; in bt_mesh_cfg_srv_init()3431 cfg->hb_sub.expiry = 0; in bt_mesh_cfg_reset()3463 if (k_uptime_get() > cfg->hb_sub.expiry) { in bt_mesh_heartbeat()
144 BT_MESH_LPN_TIMER, /* Waiting for auto timer expiry */
72 /* Check if timer's expiry time is greater than time and care about u32_t wraparounds */
48 * - CH5 = disable radio on wfr timer expiry
902 * procedure's expiry time gets written here.