iLLD_TC27xD  1.0
Assert.c File Reference

Assert functions. More...

#include "Assert.h"

Go to the source code of this file.

Functions

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

Variables

const pchar Assert_level [6]
 

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.c.

Variable Documentation

const pchar Assert_level[6]
Initial value:
= {
"OFF",
"FAILURE",
"ERROR",
"WARNING",
"INFO",
"DEBUG"
}

Definition at line 48 of file Assert.c.

Referenced by Ifx_Assert_doLevel(), and Ifx_Assert_doValidate().