serial_drv_stm32.h
2.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
/*
*********************************************************************************************************
* SERIAL (BYTE) COMMUNICATION
*
* (c) Copyright 2007-2009; Micrium, Inc.; Weston, FL
*
* All rights reserved. Protected by international copyright laws.
* Knowledge of the source code may NOT be used to develop a similar product.
* Please help us continue to provide the Embedded community with the finest
* software available. Your honesty is greatly appreciated.
*********************************************************************************************************
*/
/*
*********************************************************************************************************
*
* SERIAL (BYTE) COMMUNICATION
* DEVICE DRIVER
*
* STM32
*
* Filename : serial_drv_stm32.h
* Version : V2.00
* Programmer(s) : FGK
*********************************************************************************************************
*/
/*
*********************************************************************************************************
* MODULE
*
* Note(s) : (1) This header file is protected from multiple pre-processor inclusion through use of the
* SERIAL_DRV_STM32 present pre-processor macro definition.
*********************************************************************************************************
*/
#ifndef SERIAL_DRV_STM32_PRESENT
#define SERIAL_DRV_STM32_PRESENT
/*
*********************************************************************************************************
* SERIAL DEVICE DRIVER API
*********************************************************************************************************
*/
extern SERIAL_DRV_API SerialDrv_STM32_API;
/*$PAGE*/
/*
*********************************************************************************************************
* MODULE END
*********************************************************************************************************
*/
#endif /* End of SERIAL_DRV_STM32 module include. */