Home
last modified time | relevance | path

Searched defs:HAL_TICKER_TICKS_TO_US (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/
Dticker.h51 #define HAL_TICKER_TICKS_TO_US(x) \ macro
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/include/hal/
Dticker_vendor_hal.h45 #define HAL_TICKER_TICKS_TO_US(x) \ macro
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Dticker.h70 #define HAL_TICKER_TICKS_TO_US(x) ((uint32_t)HAL_TICKER_TICKS_TO_US_64BIT(x)) macro