Home
last modified time | relevance | path

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

/hal_ambiq-latest/mcu/apollo3p/hal/
Dam_hal_debug.h109 if ( !(bCondition)) am_hal_debug_error(DBG_FILENAME, __LINE__, pcMessage)
112 if ( !(bCondition)) am_hal_debug_error(DBG_FILENAME, __LINE__, 0)
138 extern void am_hal_debug_error(const char *pcFile, uint32_t ui32Line,
Dam_hal_debug.c78 am_hal_debug_error(const char *pcFile, uint32_t ui32Line, const char *pcMessage) in am_hal_debug_error() function
/hal_ambiq-latest/mcu/apollo3/hal/
Dam_hal_debug.h109 if ( !(bCondition)) am_hal_debug_error(DBG_FILENAME, __LINE__, pcMessage)
112 if ( !(bCondition)) am_hal_debug_error(DBG_FILENAME, __LINE__, 0)
138 extern void am_hal_debug_error(const char *pcFile, uint32_t ui32Line,
Dam_hal_debug.c78 am_hal_debug_error(const char *pcFile, uint32_t ui32Line, const char *pcMessage) in am_hal_debug_error() function