test public

Dependencies:   HttpServer_snapshot_mbed-os

Embed: (wiki syntax)

« Back to documentation index

DebugBreak.c File Reference

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:
VariableThe value of target bit flags
ConstValueThe 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.