Searched refs:SW_SWITCH_TIMER (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_nrf5_dppi.h | 240 nrf_timer_subscribe_set(SW_SWITCH_TIMER, in hal_sw_switch_timer_clear_ppi_config() 292 SW_SWITCH_TIMER->PUBLISH_COMPARE[cc_offset] 334 SW_SWITCH_TIMER->PUBLISH_COMPARE[cc_offset] 356 SW_SWITCH_TIMER->SUBSCRIBE_CAPTURE[cc_reg] 479 nrf_timer_subscribe_clear(SW_SWITCH_TIMER, NRF_TIMER_TASK_CLEAR); in hal_radio_sw_switch_disable() 545 nrf_timer_subscribe_set(SW_SWITCH_TIMER, in hal_radio_sw_switch_coded_tx_config_set() 728 nrf_timer_subscribe_set(SW_SWITCH_TIMER, in hal_radio_sw_switch_phyend_delay_compensation_config_set() 757 nrf_timer_subscribe_clear(SW_SWITCH_TIMER, in hal_radio_sw_switch_phyend_delay_compensation_config_clear()
|
D | radio_nrf5_resources.h | 48 #define SW_SWITCH_TIMER EVENT_TIMER macro 120 #define SW_SWITCH_TIMER NRF_TIMER1 macro
|
D | radio_nrf5_ppi.h | 307 (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])) 494 ((uint32_t)&(SW_SWITCH_TIMER->TASKS_CAPTURE[index])) 600 ((uint32_t)&(SW_SWITCH_TIMER->TASKS_CAPTURE[index]))
|
D | radio.c | 795 nrf_timer_cc_set(SW_SWITCH_TIMER, phyend_delay_cc, in sw_switch() 796 SW_SWITCH_TIMER->CC[cc] - RADIO_EVENTS_PHYEND_DELAY_US); in sw_switch() 797 if (delay < SW_SWITCH_TIMER->CC[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() 829 new_cc_s2_value = SW_SWITCH_TIMER->CC[cc]; in sw_switch() 836 nrf_timer_cc_set(SW_SWITCH_TIMER, cc_s2, in sw_switch() 913 if (delay < SW_SWITCH_TIMER->CC[cc]) { in sw_switch() 914 nrf_timer_cc_set(SW_SWITCH_TIMER, in sw_switch() [all …]
|
D | radio_sim_nrf5340.h | 24 #undef SW_SWITCH_TIMER 25 #define SW_SWITCH_TIMER EVENT_TIMER macro
|
D | radio_nrf5340.h | 21 #undef SW_SWITCH_TIMER 22 #define SW_SWITCH_TIMER EVENT_TIMER macro
|
D | radio_nrf54lx.h | 19 #undef SW_SWITCH_TIMER 21 #define SW_SWITCH_TIMER EVENT_TIMER macro
|