|
TM STM32F4xx Libraries
v1.0.0
Libraries for STM32F4xx devices from Tilen Majerle
|
File structure for stdio stream output. More...
#include <tm_stm32f4_stdio.h>
Data Fields | |
| int(* | outputFuncPointer )(int, FILE *) |
| int(* | inputFuncPointer )(FILE *) |
File structure for stdio stream output.
| int(* inputFuncPointer) (FILE *) |
Pointer to function to call when trying to get data from stream
| int(* outputFuncPointer) (int, FILE *) |
Pointer to function to call when need to output data to stream