![]() |
MAX32675 Peripheral Driver API
Peripheral Driver API for the MAX32675
|
Functions | |
void | mxc_assert (const char *expr, const char *file, int line) |
Assertion checks for debugging.
void mxc_assert | ( | const char * | expr, |
const char * | file, | ||
int | line | ||
) |
Assert an error when the given expression fails during debugging.
MXC_ASSERT_ENABLE
must be defined. expr | String with the expression that failed the assertion. |
file | File containing the failed assertion. |
line | Line number for the failed assertion. |
MXC_ASSERT_ENABLE
must be defined.