Home
last modified time | relevance | path

Searched full:expiry (Results 1 – 10 of 10) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_xcvr.c34 uint32_t expiry; in ble_ll_xcvr_rfclk_state() local
37 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()
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/
H A Dhal_timer.c158 nrf_timer_set_ocmp(struct nrf52_hal_timer *bsptimer, uint32_t expiry) in nrf_timer_set_ocmp() argument
176 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 …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dcfg_srv.h46 s64_t expiry; member
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/
H A Dsyscfg.yml104 Expiry time for incoming data packets (ms). If this much time
362 Expiry time for incoming ATT queued writes (ms). If this much
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/hal/
H A Dhal_timer.h59 uint32_t expiry; member
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dcfg_srv.c3142 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()
H A Dnet.h144 BT_MESH_LPN_TIMER, /* Waiting for auto timer expiry */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Dtimeouts.c72 /* Check if timer's expiry time is greater than time and care about u32_t wraparounds */
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/src/
H A Dble_phy.c48 * - CH5 = disable radio on wfr timer expiry
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_gap.c902 * procedure's expiry time gets written here.