Searched refs:LL_ASSERT_MSG (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/hal/ |
D | debug.h | 17 #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/ |
D | lll_conn.c | 482 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/ |
D | release-notes-3.3.rst | 464 * Added a new ``LL_ASSERT_MSG`` macro for verbose assertions.
|