Searched refs:pcMessage (Results 1 – 4 of 4) sorted by relevance
| /hal_ambiq-latest/mcu/apollo3p/hal/ |
| D | am_hal_debug.h | 108 #define am_hal_debug_assert_msg(bCondition, pcMessage) \ argument 109 if ( !(bCondition)) am_hal_debug_error(DBG_FILENAME, __LINE__, pcMessage) 116 #define am_hal_debug_assert_msg(bCondition, pcMessage) 139 const char *pcMessage);
|
| D | am_hal_debug.c | 78 am_hal_debug_error(const char *pcFile, uint32_t ui32Line, const char *pcMessage) in am_hal_debug_error() argument
|
| /hal_ambiq-latest/mcu/apollo3/hal/ |
| D | am_hal_debug.h | 108 #define am_hal_debug_assert_msg(bCondition, pcMessage) \ argument 109 if ( !(bCondition)) am_hal_debug_error(DBG_FILENAME, __LINE__, pcMessage) 116 #define am_hal_debug_assert_msg(bCondition, pcMessage) 139 const char *pcMessage);
|
| D | am_hal_debug.c | 78 am_hal_debug_error(const char *pcFile, uint32_t ui32Line, const char *pcMessage) in am_hal_debug_error() argument
|