tsFILE
A structure defining the output destination specified by vfPrintf()
vPutChar()
.
Member
uint8
u8Device
Serial port (E_AHI_UART_0 or E_AHI_UART_1 should be specified)
bool_t (*bPutChar) (uint8 u8Device, uint8 u8Char)
bPutChar
Pointer to the function for output, SERIAL_bTxChar()
is provided for the SERIAL library.
Sample code
The following is an example of using this as an output code for a character LCD.
最終更新