serialAPI_tiprintf


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

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

Library


STM C Library Reference