iLLD_TC27xD  1.0
Assert.h File Reference

Assert functions. More...

Go to the source code of this file.

Macros

#define IFX_CFG_ASSERT_STDIO   (0)
 If set to 1, the assert message is send to the Assert_io interface. More...
 
#define IFX_CFG_ASSERT_USE_BREAKPOINT   (0)
 If set to 1, the assert function will break the execution (breakpoint) More...
 
#define IFX_CFG_ASSERT_VERBOSE_LEVEL_DEFAULT   (IFX_VERBOSE_LEVEL_INFO)
 defines the assertion default level More...
 
#define Ifx_Assert_setStandardIo(standardIo)   ((void)0)
 Set the standard output used for IFX_ASSERT and IFX_VALIDATE. More...
 
#define IFX_CFG_ASSERT_STDIO   (0)
 If set to 1, the assert message is send to the Assert_io interface. More...
 
#define IFX_ASSERT(level, expr)   ((void)0)
 Assertion function (assert) More...
 
#define IFX_VALIDATE(level, expr)   (expr)
 Assertion function (validate) More...
 

Functions

IFX_EXTERN void Ifx_Assert_doLevel (uint8 level, pchar __assertion, pchar __file, unsigned int __line, pchar __function)
 
IFX_EXTERN boolean Ifx_Assert_doValidate (boolean expr, uint8 level, pchar __assertion, pchar __file, unsigned int __line, pchar __function)
 

Detailed Description

Assert functions.

Version
iLLD_1_0_0_11_0
                            IMPORTANT NOTICE

Infineon Technologies AG (Infineon) is supplying this file for use exclusively with Infineon's microcontroller products. This file can be freely distributed within development tools that are supporting such microcontroller products.

THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. INFINEON SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.

Definition in file Assert.h.