Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf5_resources.h15 #define HAL_RADIO_ISR_LATENCY_MAX_US 0U macro
54 #define HAL_RADIO_ISR_LATENCY_MAX_US 150U macro
125 #define HAL_RADIO_ISR_LATENCY_MAX_US 0U macro
Dradio.c1404 latency_us = MAX(remainder, HAL_RADIO_ISR_LATENCY_MAX_US) - remainder; in radio_tmr_start()
1530 latency_us = MAX(remainder_us, HAL_RADIO_ISR_LATENCY_MAX_US) - remainder_us; in radio_tmr_start_tick()
1673 latency_us = MAX(actual_us, HAL_RADIO_ISR_LATENCY_MAX_US) - actual_us; in radio_tmr_start_us()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_scan.c942 HAL_TICKER_US_TO_TICKS(HAL_RADIO_ISR_LATENCY_MAX_US) +