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
64 #define HAL_RADIO_ISR_LATENCY_MAX_US 80U macro
152 #define HAL_RADIO_ISR_LATENCY_MAX_US 0U macro
Dradio.c1416 latency_us = MAX(remainder_us, HAL_RADIO_ISR_LATENCY_MAX_US) - remainder_us; in radio_tmr_start()
1542 latency_us = MAX(remainder_us, HAL_RADIO_ISR_LATENCY_MAX_US) - remainder_us; in radio_tmr_start_tick()
1688 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) +