Home
last modified time | relevance | path

Searched refs:HAL_RADIO_ENABLE_RX_ON_TICK_PPI (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf5_ppi_resources.h18 #define HAL_RADIO_ENABLE_RX_ON_TICK_PPI 21 macro
41 #define HAL_RADIO_ENABLE_RX_ON_TICK_PPI 2 macro
Dradio_nrf5_ppi.h55 BIT(HAL_RADIO_ENABLE_RX_ON_TICK_PPI)); in hal_radio_enable_on_tick_ppi_config_and_enable()
82 HAL_RADIO_ENABLE_RX_ON_TICK_PPI, in hal_radio_enable_on_tick_ppi_config_and_enable()
88 BIT(HAL_RADIO_ENABLE_RX_ON_TICK_PPI); in hal_radio_enable_on_tick_ppi_config_and_enable()
91 HAL_RADIO_ENABLE_RX_ON_TICK_PPI, in hal_radio_enable_on_tick_ppi_config_and_enable()
96 BIT(HAL_RADIO_ENABLE_RX_ON_TICK_PPI)); in hal_radio_enable_on_tick_ppi_config_and_enable()
Dradio_nrf5_dppi_resources.h12 #define HAL_RADIO_ENABLE_RX_ON_TICK_PPI 6 macro
Dradio_nrf5_dppi.h44 HAL_RADIO_ENABLE_RX_ON_TICK_PPI); in hal_radio_enable_on_tick_ppi_config_and_enable()
46 HAL_RADIO_ENABLE_RX_ON_TICK_PPI); in hal_radio_enable_on_tick_ppi_config_and_enable()
55 BIT(HAL_RADIO_ENABLE_RX_ON_TICK_PPI)); in hal_radio_enable_on_tick_ppi_config_and_enable()
Dradio.c1220 BIT(HAL_RADIO_ENABLE_RX_ON_TICK_PPI) | in radio_tmr_status_reset()
1262 #if (HAL_RADIO_ENABLE_TX_ON_TICK_PPI != HAL_RADIO_ENABLE_RX_ON_TICK_PPI) && \ in radio_tmr_tx_status_reset()
1309 #if (HAL_RADIO_ENABLE_TX_ON_TICK_PPI != HAL_RADIO_ENABLE_RX_ON_TICK_PPI) && \ in radio_tmr_rx_status_reset()
1311 BIT(HAL_RADIO_ENABLE_RX_ON_TICK_PPI) | in radio_tmr_rx_status_reset()
1347 #if (HAL_RADIO_ENABLE_TX_ON_TICK_PPI == HAL_RADIO_ENABLE_RX_ON_TICK_PPI) in radio_tmr_tx_enable()
1357 #if (HAL_RADIO_ENABLE_TX_ON_TICK_PPI == HAL_RADIO_ENABLE_RX_ON_TICK_PPI) in radio_tmr_rx_enable()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/nrfx_glue/
Dbt_ctlr_used_resources.h24 BIT(HAL_RADIO_ENABLE_RX_ON_TICK_PPI) | \