Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf5_ppi.h486 static inline void hal_radio_sw_switch_coded_tx_config_set(uint8_t ppi_en, in hal_radio_sw_switch_coded_tx_config_set() argument
489 nrf_ppi_event_endpoint_setup(NRF_PPI, ppi_en, in hal_radio_sw_switch_coded_tx_config_set()
492 nrf_ppi_task_endpoint_setup(NRF_PPI, ppi_en, in hal_radio_sw_switch_coded_tx_config_set()
517 static inline void hal_radio_sw_switch_coded_config_clear(uint8_t ppi_en, in hal_radio_sw_switch_coded_config_clear() argument
521 nrf_ppi_event_endpoint_setup(NRF_PPI, ppi_en, 0); in hal_radio_sw_switch_coded_config_clear()
522 nrf_ppi_task_endpoint_setup(NRF_PPI, ppi_en, 0); in hal_radio_sw_switch_coded_config_clear()
Dradio_nrf5_dppi.h493 static inline void hal_radio_sw_switch_coded_tx_config_set(uint8_t ppi_en, in hal_radio_sw_switch_coded_tx_config_set() argument
500 HAL_SW_SWITCH_RADIO_ENABLE_PPI_EVT(ppi_en); in hal_radio_sw_switch_coded_tx_config_set()
525 static inline void hal_radio_sw_switch_coded_config_clear(uint8_t ppi_en, in hal_radio_sw_switch_coded_config_clear() argument
Dradio.c799 uint8_t ppi_en = in sw_switch() local
834 hal_radio_sw_switch_coded_tx_config_set(ppi_en, ppi_dis, in sw_switch()
850 hal_radio_sw_switch_coded_config_clear(ppi_en, ppi_dis, cc, in sw_switch()
891 uint8_t ppi_en = HAL_SW_SWITCH_RADIO_ENABLE_S2_PPI( in sw_switch() local
896 hal_radio_sw_switch_coded_config_clear(ppi_en, in sw_switch()