Home
last modified time | relevance | path

Searched refs:mayfly_is_enabled (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/
Dmayfly.c20 uint32_t mayfly_is_enabled(uint8_t caller_id, uint8_t callee_id) in mayfly_is_enabled() function
/Zephyr-latest/subsys/bluetooth/controller/util/
Dmayfly.h30 extern uint32_t mayfly_is_enabled(uint8_t caller_id, uint8_t callee_id);
Dmayfly.c82 !mayfly_is_enabled(caller_id, callee_id) || in mayfly_enqueue()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/
Dmayfly.c55 uint32_t mayfly_is_enabled(uint8_t caller_id, uint8_t callee_id) in mayfly_is_enabled() function
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Dmayfly.c50 uint32_t mayfly_is_enabled(uint8_t caller_id, uint8_t callee_id) in mayfly_is_enabled() function
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_local.c110 enabled = mayfly_is_enabled(TICKER_USER_ID_THREAD, TICKER_USER_ID_ULL_HIGH) != 0U; in shared_data_access_lock()
Dull_conn.c2175 mayfly_is_enabled(TICKER_USER_ID_ULL_HIGH, TICKER_USER_ID_ULL_LOW); in ull_conn_update_ticker()