Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/hal/
Ddebug.h17 #define LL_ASSERT_MSG(cond, fmt, ...) \ macro
26 #define LL_ASSERT_MSG(cond, fmt, ...) \ macro
37 LL_ASSERT_MSG(cond, "param: %u", param)
39 LL_ASSERT_MSG(cond, "param1: %u param2: %u", param1, param2)
44 LL_ASSERT_MSG(false, "%s: Actual EVENT_OVERHEAD_START_US = %u", \
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_conn.c482 LL_ASSERT_MSG(!radio_is_address(), "%s: Radio ISR latency: %u", __func__,
678 LL_ASSERT_MSG(!radio_is_address(), "%s: Radio ISR latency: %u", __func__,
/Zephyr-latest/doc/releases/
Drelease-notes-3.3.rst464 * Added a new ``LL_ASSERT_MSG`` macro for verbose assertions.