Lines Matching full:start

146 /* packet start offsets (in usecs) */
154 /* delay between EVENTS_READY and start of tx */
266 /* Packet start offset (in usecs). This is the preamble plus access address.
506 * We need to adjust start time to include radio ramp-up and TX pipeline in ble_phy_set_start_time()
536 * Can we set the RTC compare to start TIMER0? We can do it if: in ble_phy_set_start_time()
563 /* Set RTC compare to start TIMER0 */ in ble_phy_set_start_time()
594 * Set RTC compare to start TIMER0. We need to set it to at least N+2 ticks in ble_phy_set_start_now()
610 * less than N+2) so in rare cases actual start time may be 2 ticks earlier in ble_phy_set_start_now()
644 /* RX shall start exactly T_IFS after TX end captured in CC[2] */ in ble_phy_wfr_enable()
651 * It's possible that we'll capture PDU start time at the end of timer in ble_phy_wfr_enable()
670 * RX shall start no later than wfr_usecs after RX enabled. in ble_phy_wfr_enable()
679 * we are actually calculating relative to start of packet payload in ble_phy_wfr_enable()
704 * Note that the same applies to RX start time set in CC[0] but since it in ble_phy_wfr_enable()
707 * CC[1] is only used as a reference on RX start, we do not need it here so in ble_phy_wfr_enable()
901 /* Start listening a bit earlier due to allowed active clock accuracy */ in ble_phy_tx_end_isr()
1027 /* Adjust for delay between EVENT_READY and actual TX start time */ in ble_phy_rx_end_isr()
1040 * for TX to start since EVENTS_COMPARE[0] will not happen any time soon. in ble_phy_rx_end_isr()
1098 * Calculate accurate packets start time (with remainder) in ble_phy_rx_start_isr()
1100 * We may start receiving packet somewhere during preamble in which case in ble_phy_rx_start_isr()
1146 /* Call Link Layer receive start function */ in ble_phy_rx_start_isr()
1156 /* Must start aar if we need to */ in ble_phy_rx_start_isr()
1213 * wfr timer is calculated to expire at the exact time we should start in ble_phy_isr()
1402 /* Captures tx/rx start in timer0 cc 1 and tx/rx end in timer0 cc 2 */ in ble_phy_init()
1503 /* PPI to start radio automatically shall be set here */ in ble_phy_rx()
1562 * Called to set the start time of a transmission.
1564 * This function is called to set the start time when we are not going from
1594 /* Enable PPI to automatically start TXEN */ in ble_phy_tx_set_start_time()
1602 * Called to set the start time of a reception
1629 /* We're late so let's just try to start RX as soon as possible */ in ble_phy_rx_set_start_time()
1635 /* Enable PPI to automatically start RXEN */ in ble_phy_rx_set_start_time()
1638 /* Start rx */ in ble_phy_rx_set_start_time()
1717 /* Start key-stream generation and encryption (via short) */ in ble_phy_tx()
1730 /* Enable shortcuts for transmit start/end. */ in ble_phy_tx()
1928 /* Enable PPI to automatically start RXEN */ in ble_phy_restart_rx()