Lines Matching refs:CC
546 cur_cc = NRF_RTC0->CC[0]; in ble_phy_set_start_time()
560 NRF_TIMER0->CC[0] = rem_usecs; in ble_phy_set_start_time()
565 NRF_RTC0->CC[0] = next_cc; in ble_phy_set_start_time()
590 NRF_TIMER0->CC[0] = 1; in ble_phy_set_start_now()
600 NRF_RTC0->CC[0] = cntr + 3; in ble_phy_set_start_now()
645 end_time = NRF_TIMER0->CC[2] + BLE_LL_IFS; in ble_phy_wfr_enable()
674 end_time = NRF_TIMER0->CC[0] + BLE_PHY_T_RXENFAST + wfr_usecs; in ble_phy_wfr_enable()
689 NRF_TIMER0->CC[3] = end_time; in ble_phy_wfr_enable()
711 if (NRF_TIMER0->CC[1] > NRF_TIMER0->CC[3]) { in ble_phy_wfr_enable()
896 rx_time = NRF_TIMER0->CC[2] + BLE_LL_IFS; in ble_phy_tx_end_isr()
904 NRF_TIMER0->CC[0] = rx_time; in ble_phy_tx_end_isr()
1022 tx_time = NRF_TIMER0->CC[2] + BLE_LL_IFS; in ble_phy_rx_end_isr()
1031 NRF_TIMER0->CC[0] = tx_time; in ble_phy_rx_end_isr()
1048 if (NRF_TIMER0->CC[3] > NRF_TIMER0->CC[0]) { in ble_phy_rx_end_isr()
1106 usecs = NRF_TIMER0->CC[1]; in ble_phy_rx_start_isr()