Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Dticker.c44 LL_ASSERT(caller_id != TICKER_CALL_ID_NONE); in hal_ticker_instance0_caller_id_get()
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/
Dticker.c44 LL_ASSERT(caller_id != TICKER_CALL_ID_NONE); in hal_ticker_instance0_caller_id_get()
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ticker/
Dticker.h86 #define TICKER_CALL_ID_NONE 0 macro