Searched refs:bCondition (Results 1 – 1 of 1) sorted by relevance
58 #define am_hal_debug_assert_msg(bCondition, pcMessage) \ argument59 if ( !(bCondition)) am_hal_debug_error(__FILE__, __LINE__, pcMessage)61 #define am_hal_debug_assert(bCondition) \ argument62 if ( !(bCondition)) am_hal_debug_error(__FILE__, __LINE__, 0)66 #define am_hal_debug_assert_msg(bCondition, pcMessage) argument67 #define am_hal_debug_assert(bCondition) argument
Completed in 6 milliseconds