STmicro HAL driver DMA.

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers mx.h Source File

mx.h

00001 /*
00002  * mx.h
00003  *
00004  *  Created on: 2019/03/22
00005  *      Author: aruaru
00006  */
00007 
00008 #ifndef SOURCE_MX_H_
00009 #define SOURCE_MX_H_
00010 #include "main.h"
00011 
00012 #ifdef __cplusplus
00013  extern "C" {
00014 #endif
00015 
00016 HAL_StatusTypeDef printUart(char* buf,int num);
00017 HAL_StatusTypeDef startRxUart(void);
00018 int readable(void);
00019 int getChar(char* c);
00020 int readCndtr(void);
00021 int readPos(void);
00022 
00023 #ifdef __cplusplus
00024 }
00025 #endif
00026 #endif /* SOURCE_MX_H_ */