Back to home page

LXR

 
 

    


File indexing completed on 2025-05-11 08:23:03

0001 /**
0002  * @file
0003  *
0004  * @ingroup lm3s69xx_uart
0005  *
0006  * brief UART support.
0007  */
0008 
0009 /*
0010  * Copyright (c) 2011 Sebastian Huber.  All rights reserved.
0011  *
0012  * The license and distribution terms for this file may be
0013  * found in the file LICENSE in this distribution or at
0014  * http://www.rtems.org/license/LICENSE.
0015  */
0016 
0017 #ifndef LIBBSP_ARM_LM3S69XX_UART_H
0018 #define LIBBSP_ARM_LM3S69XX_UART_H
0019 
0020 #include <libchip/serial.h>
0021 
0022 /**
0023  * defgroup lm3s69xx_uart UART Support
0024  *
0025  * @ingroup RTEMSBSPsARMLM3S69XX
0026  *
0027  * @brief UART support.
0028  */
0029 
0030 #ifdef __cplusplus
0031 extern "C" {
0032 #endif /* __cplusplus */
0033 
0034 extern const console_fns lm3s69xx_uart_fns;
0035 
0036 #ifdef __cplusplus
0037 }
0038 #endif /* __cplusplus */
0039 
0040 #endif /* LIBBSP_ARM_LM3S69XX_UART_H */