Home
last modified time | relevance | path

Searched refs:phyend_delay_cc (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf5_dppi.h715 uint8_t phyend_delay_cc) in hal_radio_sw_switch_phyend_delay_compensation_config_set() argument
718 HAL_SW_SWITCH_RADIO_ENABLE_PPI_REGISTER_EVT(phyend_delay_cc) = in hal_radio_sw_switch_phyend_delay_compensation_config_set()
729 nrf_timer_capture_task_get(phyend_delay_cc), in hal_radio_sw_switch_phyend_delay_compensation_config_set()
748 uint8_t phyend_delay_cc) in hal_radio_sw_switch_phyend_delay_compensation_config_clear() argument
755 HAL_SW_SWITCH_RADIO_ENABLE_PPI_REGISTER_EVT(phyend_delay_cc) = NRF_PPI_NONE; in hal_radio_sw_switch_phyend_delay_compensation_config_clear()
758 nrf_timer_capture_task_get(phyend_delay_cc)); in hal_radio_sw_switch_phyend_delay_compensation_config_clear()
Dradio_nrf5_ppi.h625 uint8_t phyend_delay_cc) in hal_radio_sw_switch_phyend_delay_compensation_config_set() argument
629 HAL_SW_SWITCH_RADIO_ENABLE_PPI_EVT(phyend_delay_cc)); in hal_radio_sw_switch_phyend_delay_compensation_config_set()
640 HAL_SW_SWITCH_TIMER_PHYEND_DELAY_COMPENSATION_DISABLE_PPI_TASK(phyend_delay_cc)); in hal_radio_sw_switch_phyend_delay_compensation_config_set()
658 uint8_t phyend_delay_cc) in hal_radio_sw_switch_phyend_delay_compensation_config_clear() argument
Dradio.c754 uint8_t phyend_delay_cc = in sw_switch() local
795 nrf_timer_cc_set(SW_SWITCH_TIMER, phyend_delay_cc, in sw_switch()
798 nrf_timer_cc_set(SW_SWITCH_TIMER, phyend_delay_cc, in sw_switch()
799 (SW_SWITCH_TIMER->CC[phyend_delay_cc] - delay)); in sw_switch()
801 nrf_timer_cc_set(SW_SWITCH_TIMER, phyend_delay_cc, 1); in sw_switch()
805 phyend_delay_cc); in sw_switch()
808 phyend_delay_cc); in sw_switch()
895 phyend_delay_cc); in sw_switch()