Files
TencentOS-tiny/board/NXP_LPC824Lite/BSP/Inc/usart.h
supowang edb2879617 first commit for opensource
first commit for opensource
2019-09-16 13:19:50 +08:00

32 lines
774 B
C

#ifndef __USART_H__
#define __USART_H__
#ifdef __cplusplus
#if __cplusplus
extern "C"{
#endif
#endif /* __cplusplus */
/* Includes -----------------------------------------------------------------*/
#include <stdio.h>
#include "fsl_usart.h"
/* Defines ------------------------------------------------------------------*/
/* Macros -------------------------------------------------------------------*/
/* Typedefs -----------------------------------------------------------------*/
/* Extern variables ---------------------------------------------------------*/
/* Functions API ------------------------------------------------------------*/
void Debug_USART1_Init(void);
#ifdef __cplusplus
#if __cplusplus
}
#endif
#endif /* __cplusplus */
#endif /* __USART_H__ */