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.
Dependencies: HttpServer_snapshot_mbed-os
DebugBreak.c File Reference
General Break Point. More...
Go to the source code of this file.
Functions | |
void | R_DebugBreak (const char_t *const File, int_fast32_t const Line) |
The function callbacked from OSPL for breaking. |
Detailed Description
General Break Point.
- Module:
- OSPL
- PublicVersion:
- 0.90
(=R_OSPL_VERSION)
- Rev:
- 35
- Date:
- 2014-04-15 21:38:18 +0900#
Definition in file DebugBreak.c.
Function Documentation
void R_DebugBreak | ( | const char_t *const | File, |
int_fast32_t const | Line | ||
) |
The function callbacked from OSPL for breaking.
- Parameters:
-
Variable The value of target bit flags ConstValue The value that investigating bits are 1
- Returns:
- Whether the all passed bit are 0
- Description
- Set a break point at this function. In Release configuration, "File = NULL, Line = 0". If "File = NULL", "Line" argument is error code. This function can be customized by application developer.
Definition at line 65 of file DebugBreak.c.
Generated on Wed Jul 13 2022 05:33:37 by
