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.h344 #define HAL_SW_SWITCH_RADIO_ENABLE_PPI(index) \ macro
454 radio_enable_ppi = HAL_SW_SWITCH_RADIO_ENABLE_PPI(prev_ppi_idx); in hal_radio_b2b_txen_on_sw_switch()
486 radio_enable_ppi = HAL_SW_SWITCH_RADIO_ENABLE_PPI(prev_ppi_idx); in hal_radio_b2b_rxen_on_sw_switch()
513 uint8_t radio_enable_ppi = HAL_SW_SWITCH_RADIO_ENABLE_PPI(prev_ppi_idx); in hal_radio_sw_switch_b2b_tx_disable()
523 uint8_t radio_enable_ppi = HAL_SW_SWITCH_RADIO_ENABLE_PPI(prev_ppi_idx); in hal_radio_sw_switch_b2b_rx_disable()
635 BIT(HAL_SW_SWITCH_RADIO_ENABLE_PPI(0)), in hal_radio_sw_switch_ppi_group_setup()
642 BIT(HAL_SW_SWITCH_RADIO_ENABLE_PPI(1)), in hal_radio_sw_switch_ppi_group_setup()
659 BIT(HAL_SW_SWITCH_RADIO_ENABLE_PPI(0)), in hal_radio_sw_switch_ppi_group_setup()
665 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
685 BIT(HAL_SW_SWITCH_RADIO_ENABLE_PPI(0)); in hal_radio_sw_switch_ppi_group_setup()
691 BIT(HAL_SW_SWITCH_RADIO_ENABLE_PPI(1)); in hal_radio_sw_switch_ppi_group_setup()
695 BIT(HAL_SW_SWITCH_RADIO_ENABLE_PPI(0)) | in hal_radio_sw_switch_ppi_group_setup()
699 BIT(HAL_SW_SWITCH_RADIO_ENABLE_PPI(1)) | in hal_radio_sw_switch_ppi_group_setup()
Dradio.c759 uint8_t ppi = HAL_SW_SWITCH_RADIO_ENABLE_PPI(sw_tifs_toggle); in sw_switch()