Lines Matching full:time
39 /* Settling time of crystal, in ticks */
74 * Checks if two events in the schedule will overlap in time. NOTE: consecutive
75 * schedule items can end and start at the same time.
183 /* Better be past current time or we just leave */ in ble_ll_sched_conn_reschedule()
336 * earliest possible time that the master can start the connection with a in ble_ll_sched_master_new()
338 * connection request is sent an IFS time from the end of the advertising in ble_ll_sched_master_new()
339 * packet that was received plus the time it takes to send the connection in ble_ll_sched_master_new()
342 * receive end time tick (this would take too long), we assume the end of in ble_ll_sched_master_new()
344 * how much time it will take to service the ISR but if we are more than the in ble_ll_sched_master_new()
345 * rx to tx time of the chip we will not be successful transmitting the in ble_ll_sched_master_new()
351 * earliest time although this may not be possible. When the actual in ble_ll_sched_master_new()
352 * schedule start time is determined, the master has to determine if this in ble_ll_sched_master_new()
353 * time is more than a transmit window offset interval (1.25 msecs). The in ble_ll_sched_master_new()
355 * from the earliest possible time to when the actual transmit start will in ble_ll_sched_master_new()
364 * time. We dont add this to the calculation when calculating the window in ble_ll_sched_master_new()
416 * time in ble_ll_sched_master_new()
566 * earliest possible time that the master can start the connection with a in ble_ll_sched_master_new()
568 * connection request is sent an IFS time from the end of the advertising in ble_ll_sched_master_new()
569 * packet that was received plus the time it takes to send the connection in ble_ll_sched_master_new()
572 * receive end time tick (this would take too long), we assume the end of in ble_ll_sched_master_new()
574 * how much time it will take to service the ISR but if we are more than the in ble_ll_sched_master_new()
575 * rx to tx time of the chip we will not be successful transmitting the in ble_ll_sched_master_new()
581 * earliest time although this may not be possible. When the actual in ble_ll_sched_master_new()
582 * schedule start time is determined, the master has to determine if this in ble_ll_sched_master_new()
583 * time is more than a transmit window offset interval (1.25 msecs). The in ble_ll_sched_master_new()
585 * from the earliest possible time to when the actual transmit start will in ble_ll_sched_master_new()
594 * time. We dont add this to the calculation when calculating the window in ble_ll_sched_master_new()
722 * Schedules a slave connection for the first time.
1224 /* Make sure we have passed the start time of the first event */ in ble_ll_sched_run()
1251 * returns 1 and *next_event_time is set to the start time of the next event.
1298 * If the time until the next event is too close, no need to start in ble_ll_sched_rfclk_chk_restart()
1303 /* Restart the rfclk timer based on the next scheduled time */ in ble_ll_sched_rfclk_chk_restart()
1341 /* Lets calculate roughly how much time we need for scan req and scan rsp */ in ble_ll_sched_scan_req_over_aux_ptr()
1354 /* We are fine. Have time for scan req */ in ble_ll_sched_scan_req_over_aux_ptr()
1414 /* Let's calculate time we reserve for aux packet. For now we assume to wait in ble_ll_sched_aux_scan()
1561 * to determine the worst-case "early" time the schedule was called. Dont in ble_ll_sched_init()