Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
| Functions | |
| void | mbed_assert_internal (const char *expr, const char *file, int line) | 
| Internal mbed assert function which is invoked when MBED_ASSERT macro failes. | |
Function Documentation
| void mbed_assert_internal | ( | const char * | expr, | 
| const char * | file, | ||
| int | line | ||
| ) | 
Internal mbed assert function which is invoked when MBED_ASSERT macro failes.
This function is active only if NDEBUG is not defined prior to including this assert header file. In case of MBED_ASSERT failing condition, error() is called with the assertation message.
- Parameters:
- 
  expr Expresion to be checked. file File where assertation failed. line Failing assertation line number. 
Definition at line 20 of file mbed_assert_stub.cpp.
Generated on Tue Jul 12 2022 18:19:01 by
 1.7.2
 1.7.2