RTEMS 6.1-rc7
Loading...
Searching...
No Matches
usart.h
Go to the documentation of this file.
1
7/*
8 * Copyright (c) 2012 Sebastian Huber. All rights reserved.
9 *
10 * The license and distribution terms for this file may be
11 * found in the file LICENSE in this distribution or at
12 * http://www.rtems.org/license/LICENSE.
13 */
14
15#ifndef LIBBSP_ARM_STM32F4_USART_H
16#define LIBBSP_ARM_STM32F4_USART_H
17
18#include <libchip/serial.h>
19
27#ifdef __cplusplus
28extern "C" {
29#endif /* __cplusplus */
30
31extern const console_fns stm32f4_usart_fns;
32
35#ifdef __cplusplus
36}
37#endif /* __cplusplus */
38
39#endif /* LIBBSP_ARM_STM32F4_USART_H */
The generic libchip serial driver interface.
Definition: serial.h:95