iLLD_TC27xD  1.0
Ifx_Console.c File Reference

Main Ifx_Console module implementation file. More...

#include <string.h>
#include <stdio.h>
#include <stdarg.h>
#include "Ifx_Console.h"
#include "_Utilities/Ifx_Assert.h"
#include "Cpu/Std/IfxCpu_Intrinsics.h"

Go to the source code of this file.

Functions

void Ifx_Console_init (IfxStdIf_DPipe *standardIo)
 Initialize the Ifx_g_console object. More...
 
boolean Ifx_Console_print (pchar format,...)
 Print formatted string into Ifx_g_console. More...
 
boolean Ifx_Console_printAlign (pchar format,...)
 Print formatted string into Ifx_g_console. Indented with a number of spaces. More...
 

Variables

Ifx_Console Ifx_g_console
 

Detailed Description

Main Ifx_Console module implementation file.

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

Variable Documentation

Ifx_Console Ifx_g_console

Definition at line 33 of file Ifx_Console.c.

Referenced by Ifx_Console_decrAlign(), Ifx_Console_getIo(), and Ifx_Console_incrAlign().