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.h734 uint8_t phyend_delay_cc) in hal_radio_sw_switch_phyend_delay_compensation_config_set() argument
737 HAL_SW_SWITCH_RADIO_ENABLE_PPI_REGISTER_EVT(phyend_delay_cc) = in hal_radio_sw_switch_phyend_delay_compensation_config_set()
748 nrf_timer_capture_task_get(phyend_delay_cc), in hal_radio_sw_switch_phyend_delay_compensation_config_set()
767 uint8_t phyend_delay_cc) in hal_radio_sw_switch_phyend_delay_compensation_config_clear() argument
774 HAL_SW_SWITCH_RADIO_ENABLE_PPI_REGISTER_EVT(phyend_delay_cc) = NRF_PPI_NONE; in hal_radio_sw_switch_phyend_delay_compensation_config_clear()
777 nrf_timer_capture_task_get(phyend_delay_cc)); in hal_radio_sw_switch_phyend_delay_compensation_config_clear()
Dradio_nrf5_ppi.h630 uint8_t phyend_delay_cc) in hal_radio_sw_switch_phyend_delay_compensation_config_set() argument
634 HAL_SW_SWITCH_RADIO_ENABLE_PPI_EVT(phyend_delay_cc)); in hal_radio_sw_switch_phyend_delay_compensation_config_set()
645 HAL_SW_SWITCH_TIMER_PHYEND_DELAY_COMPENSATION_DISABLE_PPI_TASK(phyend_delay_cc)); in hal_radio_sw_switch_phyend_delay_compensation_config_set()
663 uint8_t phyend_delay_cc) in hal_radio_sw_switch_phyend_delay_compensation_config_clear() argument
Dradio.c762 uint8_t phyend_delay_cc = in sw_switch() local
803 nrf_timer_cc_set(SW_SWITCH_TIMER, phyend_delay_cc, in sw_switch()
806 nrf_timer_cc_set(SW_SWITCH_TIMER, phyend_delay_cc, in sw_switch()
807 (SW_SWITCH_TIMER->CC[phyend_delay_cc] - delay)); in sw_switch()
809 nrf_timer_cc_set(SW_SWITCH_TIMER, phyend_delay_cc, 1); in sw_switch()
813 phyend_delay_cc); in sw_switch()
816 phyend_delay_cc); in sw_switch()
903 phyend_delay_cc); in sw_switch()