Home
last modified time | relevance | path

Searched refs:pcMessage (Results 1 – 4 of 4) sorted by relevance

/hal_ambiq-latest/mcu/apollo3p/hal/
Dam_hal_debug.h108 #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);
Dam_hal_debug.c78 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/
Dam_hal_debug.h108 #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);
Dam_hal_debug.c78 am_hal_debug_error(const char *pcFile, uint32_t ui32Line, const char *pcMessage) in am_hal_debug_error() argument