serialAPI_tiprintf Function

Formats and prints a series of characters and values to the serial channel

Syntax

void serialAPI_tiprintf(UCB* ucb, const char *format, ... );

Parameters

UCB* - pointer to UART CONTROL BLOCK structure
format - Format control
argument - Optional arguments

Return Value

Nothing

Remarks

N/A

Requirements

serialapi_iprintf.h

Example

N/A