Home
last modified time | relevance | path

Searched refs:HAL_TICKER_CNTR_MSBIT (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Dticker.h12 #define HAL_TICKER_CNTR_MSBIT 31 macro
27 #define HAL_TICKER_CNTR_MSBIT 23 macro
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/
Dticker.h20 #define HAL_TICKER_CNTR_MSBIT 31 macro
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/include/hal/
Dticker_vendor_hal.h19 #define HAL_TICKER_CNTR_MSBIT 23 macro
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll.c635 if (diff & BIT(HAL_TICKER_CNTR_MSBIT)) {
843 if (is_resume || ((diff & BIT(HAL_TICKER_CNTR_MSBIT)) == 0U)) {
864 if ((diff & BIT(HAL_TICKER_CNTR_MSBIT)) == 0U) {
1121 if ((diff & BIT(HAL_TICKER_CNTR_MSBIT)) == 0U) {
1255 if ((diff & BIT(HAL_TICKER_CNTR_MSBIT)) == 0U) {
Dlll_sync_iso.c1396 HAL_TICKER_TICKS_TO_US_64BIT(BIT64(HAL_TICKER_CNTR_MSBIT + 1U)); in isr_rx_iso_data_valid()
1425 HAL_TICKER_TICKS_TO_US_64BIT(BIT64(HAL_TICKER_CNTR_MSBIT + 1U)); in isr_rx_iso_data_invalid()
Dlll_central_iso.c778 HAL_TICKER_TICKS_TO_US_64BIT(BIT64(HAL_TICKER_CNTR_MSBIT + 1U)); in isr_rx()
Dlll_peripheral_iso.c619 HAL_TICKER_TICKS_TO_US_64BIT(BIT64(HAL_TICKER_CNTR_MSBIT + 1U)); in isr_rx()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_sched.c274 if ((ticks_anchor_offset - ticks_anchor) & BIT(HAL_TICKER_CNTR_MSBIT)) { in after_cen_offset_get()
Dull_scan_aux.c647 if ((diff & BIT(HAL_TICKER_CNTR_MSBIT)) == 0U) { in ull_scan_aux_setup()
1977 if ((diff & BIT(HAL_TICKER_CNTR_MSBIT)) == 0U) { in ull_scan_aux_setup()
2826 if ((ticks_a - ticks_b) & BIT(HAL_TICKER_CNTR_MSBIT)) { in chain_ticker_ticks_diff()
Dull_sync_iso.c665 if (ticks_diff & BIT(HAL_TICKER_CNTR_MSBIT)) { in ull_sync_iso_setup()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll.c408 if (diff & BIT(HAL_TICKER_CNTR_MSBIT)) { in lll_preempt_calc()
/Zephyr-latest/subsys/bluetooth/controller/ticker/
Dticker.c1535 if (!((ticks_at_start - ticks_current) & BIT(HAL_TICKER_CNTR_MSBIT))) {
1893 BIT(HAL_TICKER_CNTR_MSBIT))) {