Home
last modified time | relevance | path

Searched refs:__ASSERT_PRINT (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/sys/
D__assert.h42 #define __ASSERT_PRINT(fmt, ...) assert_print(fmt, ##__VA_ARGS__) macro
44 #define __ASSERT_PRINT(fmt, ...) macro
50 #define __ASSERT_MSG_INFO(fmt, ...) __ASSERT_PRINT("\t" fmt "\n", ##__VA_ARGS__)
55 __ASSERT_PRINT("ASSERTION FAIL [%s] @ %s:%d\n", \
62 __ASSERT_PRINT("ASSERTION FAIL @ %s:%d\n", \
68 __ASSERT_PRINT("ASSERTION FAIL [%s]\n", \
74 __ASSERT_PRINT("ASSERTION FAIL\n")
/Zephyr-latest/modules/openthread/platform/
Dmisc.c106 __ASSERT_PRINT("OpenThread ASSERT @ %s:%d\n", aFilename, aLineNumber); in otPlatAssertFail()
/Zephyr-latest/include/zephyr/
Dkernel.h6229 #define __EXCEPT_LOC() __ASSERT_PRINT("@ %s:%d\n", __FILE__, __LINE__)
/Zephyr-latest/subsys/bluetooth/audio/
Dtbs_client.c141 __ASSERT_PRINT("Invalid bt_tbs_instance pointer"); in tbs_index()
Dascs.c592 __ASSERT_PRINT("Invalid state %d", new_state); in state_transition_work_handler()
Dbap_unicast_client.c2654 __ASSERT_PRINT("stream %p has invalid bap_iso %p", stream, bap_iso); in unicast_group_free()