Searched refs:pcMessage (Results 1 – 2 of 2) sorted by relevance
58 #define am_hal_debug_assert_msg(bCondition, pcMessage) \ argument59 if ( !(bCondition)) am_hal_debug_error(__FILE__, __LINE__, pcMessage)66 #define am_hal_debug_assert_msg(bCondition, pcMessage) argument82 const char *pcMessage);
75 am_hal_debug_error(const char *pcFile, uint32_t ui32Line, const char *pcMessage) in am_hal_debug_error() argument
Completed in 4 milliseconds