Home
last modified time | relevance | path

Searched refs:SW_SWITCH_TIMER (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf5_dppi.h256 nrf_timer_subscribe_set(SW_SWITCH_TIMER, in hal_sw_switch_timer_clear_ppi_config()
308 SW_SWITCH_TIMER->PUBLISH_COMPARE[cc_offset]
351 SW_SWITCH_TIMER->PUBLISH_COMPARE[cc_offset]
373 SW_SWITCH_TIMER->SUBSCRIBE_CAPTURE[cc_reg]
496 nrf_timer_subscribe_clear(SW_SWITCH_TIMER, NRF_TIMER_TASK_CLEAR); in hal_radio_sw_switch_disable()
564 nrf_timer_subscribe_set(SW_SWITCH_TIMER, in hal_radio_sw_switch_coded_tx_config_set()
747 nrf_timer_subscribe_set(SW_SWITCH_TIMER, in hal_radio_sw_switch_phyend_delay_compensation_config_set()
776 nrf_timer_subscribe_clear(SW_SWITCH_TIMER, in hal_radio_sw_switch_phyend_delay_compensation_config_clear()
Dradio_nrf5_ppi.h307 (uint32_t)&(SW_SWITCH_TIMER->TASKS_CLEAR)); in hal_sw_switch_timer_clear_ppi_config()
325 (uint32_t)&(SW_SWITCH_TIMER->TASKS_CLEAR)); in hal_sw_switch_timer_clear_ppi_config()
358 ((uint32_t)&(SW_SWITCH_TIMER->EVENTS_COMPARE[cc_offset]))
380 ((uint32_t)&(SW_SWITCH_TIMER->EVENTS_COMPARE[cc_offset]))
498 ((uint32_t)&(SW_SWITCH_TIMER->TASKS_CAPTURE[index]))
605 ((uint32_t)&(SW_SWITCH_TIMER->TASKS_CAPTURE[index]))
Dradio_nrf5_resources.h54 #define SW_SWITCH_TIMER EVENT_TIMER macro
147 #define SW_SWITCH_TIMER NRF_TIMER1 macro
Dradio.c803 nrf_timer_cc_set(SW_SWITCH_TIMER, phyend_delay_cc, in sw_switch()
804 SW_SWITCH_TIMER->CC[cc] - RADIO_EVENTS_PHYEND_DELAY_US); in sw_switch()
805 if (delay < SW_SWITCH_TIMER->CC[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()
837 new_cc_s2_value = SW_SWITCH_TIMER->CC[cc]; in sw_switch()
844 nrf_timer_cc_set(SW_SWITCH_TIMER, cc_s2, in sw_switch()
921 if (delay < SW_SWITCH_TIMER->CC[cc]) { in sw_switch()
922 nrf_timer_cc_set(SW_SWITCH_TIMER, in sw_switch()
[all …]
Dradio_sim_nrf5340.h21 #undef SW_SWITCH_TIMER
22 #define SW_SWITCH_TIMER EVENT_TIMER macro
Dradio_nrf5340.h21 #undef SW_SWITCH_TIMER
22 #define SW_SWITCH_TIMER EVENT_TIMER macro
Dradio_nrf54lx.h19 #undef SW_SWITCH_TIMER
21 #define SW_SWITCH_TIMER EVENT_TIMER macro
Dradio_sim_nrf54l.h19 #undef SW_SWITCH_TIMER
21 #define SW_SWITCH_TIMER EVENT_TIMER macro