iLLD_TC29x
1.0
|
Assert functions. More...
Go to the source code of this file.
Macros | |
#define | IFX_VERBOSE_LEVEL_OFF (0) |
Assertion level off, assertion is disabled. More... | |
#define | IFX_VERBOSE_LEVEL_FAILURE (1) |
Assertion level failure, a debug instruction is inserted if enabled. More... | |
#define | IFX_VERBOSE_LEVEL_ERROR (2) |
Assertion level error, a debug instruction is inserted if enabled. More... | |
#define | IFX_VERBOSE_LEVEL_WARNING (3) |
Assertion level warning. More... | |
#define | IFX_VERBOSE_LEVEL_INFO (4) |
Assertion level info. More... | |
#define | IFX_VERBOSE_LEVEL_DEBUG (5) |
Assertion level debug. More... | |
#define | IFX_ASSERT_FEATURE_NOT_IMPLEMENTED (FALSE) |
Constant to be used to indicate not implemented feature. More... | |
#define | IFX_ASSERT_FEATURE_NOT_AVAILABLE (FALSE) |
Feature is not available on the selected hardware. More... | |
#define | IFX_ASSERT(level, expr) ((void)0) |
#define | IFX_VALIDATE(level, expr) (expr) |
Assert functions.
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 Ifx_Assert.h.