Appiko
SDK_EVAL_Com.h
Go to the documentation of this file.
1 
25 /* Define to prevent recursive inclusion -------------------------------------*/
26 #ifndef __SDK_EVAL_COM_H
27 #define __SDK_EVAL_COM_H
28 
29 /* Includes ------------------------------------------------------------------*/
30 #include "cube_hal.h"
31 #ifdef __cplusplus
32 extern "C" {
33 #endif
34 
35 
63 void SdkEvalComInit(void);
64 void SdkEvalComBaudrate(uint32_t baudrate);
65 void SdkEvalComTriggerTx(void);
66 unsigned char __io_getcharNonBlocking(unsigned char *data);
67 void __io_putchar( char c );
68 int __io_getchar(void);
69 void __io_flush( void );
70 
85 #ifdef __cplusplus
86 }
87 #endif
88 
89 #endif
90 
91 /******************* (C) COPYRIGHT 2016 STMicroelectronics *****END OF FILE****/
void SdkEvalComInit(void)
Configures UART port in DMA mode for both RX and TX.