Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf5_dppi.h327 #define HAL_SW_SWITCH_RADIO_ENABLE_PPI(index) \ macro
437 radio_enable_ppi = HAL_SW_SWITCH_RADIO_ENABLE_PPI(prev_ppi_idx); in hal_radio_b2b_txen_on_sw_switch()
469 radio_enable_ppi = HAL_SW_SWITCH_RADIO_ENABLE_PPI(prev_ppi_idx); in hal_radio_b2b_rxen_on_sw_switch()
496 uint8_t radio_enable_ppi = HAL_SW_SWITCH_RADIO_ENABLE_PPI(prev_ppi_idx); in hal_radio_sw_switch_b2b_tx_disable()
506 uint8_t radio_enable_ppi = HAL_SW_SWITCH_RADIO_ENABLE_PPI(prev_ppi_idx); in hal_radio_sw_switch_b2b_rx_disable()
616 BIT(HAL_SW_SWITCH_RADIO_ENABLE_PPI(0)), in hal_radio_sw_switch_ppi_group_setup()
623 BIT(HAL_SW_SWITCH_RADIO_ENABLE_PPI(1)), in hal_radio_sw_switch_ppi_group_setup()
640 BIT(HAL_SW_SWITCH_RADIO_ENABLE_PPI(0)), in hal_radio_sw_switch_ppi_group_setup()
646 BIT(HAL_SW_SWITCH_RADIO_ENABLE_PPI(1)), in hal_radio_sw_switch_ppi_group_setup()
Dradio_nrf5_ppi.h377 #define HAL_SW_SWITCH_RADIO_ENABLE_PPI(index) \ macro
680 BIT(HAL_SW_SWITCH_RADIO_ENABLE_PPI(0)); in hal_radio_sw_switch_ppi_group_setup()
686 BIT(HAL_SW_SWITCH_RADIO_ENABLE_PPI(1)); in hal_radio_sw_switch_ppi_group_setup()
690 BIT(HAL_SW_SWITCH_RADIO_ENABLE_PPI(0)) | in hal_radio_sw_switch_ppi_group_setup()
694 BIT(HAL_SW_SWITCH_RADIO_ENABLE_PPI(1)) | in hal_radio_sw_switch_ppi_group_setup()
Dradio.c751 uint8_t ppi = HAL_SW_SWITCH_RADIO_ENABLE_PPI(sw_tifs_toggle); in sw_switch()