RTEMS
5.0.0
bsps
arm
stm32f4
include
bsp
usart.h
Go to the documentation of this file.
1
7
/*
8
* Copyright (c) 2012 Sebastian Huber. All rights reserved.
9
*
10
* embedded brains GmbH
11
* Obere Lagerstr. 30
12
* 82178 Puchheim
13
* Germany
14
* <rtems@embedded-brains.de>
15
*
16
* The license and distribution terms for this file may be
17
* found in the file LICENSE in this distribution or at
18
* http://www.rtems.org/license/LICENSE.
19
*/
20
21
#ifndef LIBBSP_ARM_STM32F4_USART_H
22
#define LIBBSP_ARM_STM32F4_USART_H
23
24
#include <
libchip/serial.h
>
25
33
#ifdef __cplusplus
34
extern
"C"
{
35
#endif
/* __cplusplus */
36
37
extern
const
console_fns
stm32f4_usart_fns;
38
41
#ifdef __cplusplus
42
}
43
#endif
/* __cplusplus */
44
45
#endif
/* LIBBSP_ARM_STM32F4_USART_H */
serial.h
The generic libchip serial driver interface.
_console_fns
Definition:
serial.h:76
Generated by
1.8.13