Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf5_ppi.h22 static inline void hal_radio_sw_switch_coded_config_clear(uint8_t ppi_en,
500 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
503 nrf_ppi_event_endpoint_setup(NRF_PPI, ppi_en, in hal_radio_sw_switch_coded_tx_config_set()
506 nrf_ppi_task_endpoint_setup(NRF_PPI, ppi_en, in hal_radio_sw_switch_coded_tx_config_set()
543 static inline void hal_radio_sw_switch_coded_config_clear(uint8_t ppi_en, in hal_radio_sw_switch_coded_config_clear() argument
547 nrf_ppi_event_endpoint_setup(NRF_PPI, ppi_en, 0); in hal_radio_sw_switch_coded_config_clear()
548 nrf_ppi_task_endpoint_setup(NRF_PPI, ppi_en, 0); in hal_radio_sw_switch_coded_config_clear()
Dradio_nrf5_dppi.h541 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
548 HAL_SW_SWITCH_RADIO_ENABLE_PPI_EVT(ppi_en); in hal_radio_sw_switch_coded_tx_config_set()
577 static inline void hal_radio_sw_switch_coded_config_clear(uint8_t ppi_en, in hal_radio_sw_switch_coded_config_clear() argument
Dradio.c822 uint8_t ppi_en = HAL_SW_SWITCH_RADIO_ENABLE_S2_PPI(sw_tifs_toggle); in sw_switch() local
852 hal_radio_sw_switch_coded_tx_config_set(ppi_en, ppi_dis, in sw_switch()
868 hal_radio_sw_switch_coded_config_clear(ppi_en, ppi_dis, cc_s2, in sw_switch()
909 uint8_t ppi_en = HAL_SW_SWITCH_RADIO_ENABLE_S2_PPI(sw_tifs_toggle); in sw_switch() local
913 hal_radio_sw_switch_coded_config_clear(ppi_en, ppi_dis, cc_s2, in sw_switch()