ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
Main Page
Modules
Data Structures
Files
File List
Globals
uart1.c
Go to the documentation of this file.
1
/* ###################################################################
2
** This component module is generated by Processor Expert. Do not modify it.
3
** Filename : uart1.c
4
** Project : ISF2P2_K64F_MQX_PROJ
5
** Processor : MK64FN1M0VLL12
6
** Component : fsl_uart
7
** Version : Component 1.2.0, Driver 01.00, CPU db: 3.00.000
8
** Repository : KSDK 1.2.0
9
** Compiler : GNU C Compiler
10
** Date/Time : 2016-10-06, 13:38, # CodeGen: 0
11
** Abstract :
12
**
13
**
14
** Copyright : 1997 - 2015 Freescale Semiconductor, Inc.
15
** All Rights Reserved.
16
**
17
** Redistribution and use in source and binary forms, with or without modification,
18
** are permitted provided that the following conditions are met:
19
**
20
** o Redistributions of source code must retain the above copyright notice, this list
21
** of conditions and the following disclaimer.
22
**
23
** o Redistributions in binary form must reproduce the above copyright notice, this
24
** list of conditions and the following disclaimer in the documentation and/or
25
** other materials provided with the distribution.
26
**
27
** o Neither the name of Freescale Semiconductor, Inc. nor the names of its
28
** contributors may be used to endorse or promote products derived from this
29
** software without specific prior written permission.
30
**
31
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
32
** ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
33
** WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
34
** DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
35
** ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
36
** (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
37
** LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
38
** ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
39
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
40
** SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
41
**
42
** http: www.freescale.com
43
** mail: support@freescale.com
44
** ###################################################################*/
45
/*!
46
** @file uart1.c
47
** @version 01.00
48
** @brief
49
**
50
*/
51
/*!
52
** @addtogroup uart1_module uart1 module documentation
53
** @{
54
*/
55
56
/* MODULE uart1. */
57
58
#include "
uart1.h
"
59
60
/*! uart1 configuration structure */
61
const
uart_user_config_t
uart1_InitConfig0
= {
62
.baudRate = 115200U,
63
.parityMode = kUartParityDisabled,
64
.stopBitCount = kUartOneStopBit,
65
.bitCountPerChar = kUart8BitsPerChar,
66
};
67
68
69
/* END uart1. */
70
/*!
71
** @}
72
*/
73
/*
74
** ###################################################################
75
**
76
** This file was created by Processor Expert 10.5 [05.21]
77
** for the Freescale Kinetis series of microcontrollers.
78
**
79
** ###################################################################
80
*/
uart1_InitConfig0
const uart_user_config_t uart1_InitConfig0
UART configuration declaration.
Definition:
uart1.c:61
uart1.h
© Freescale Semiconductor, Inc. 2016. All Rights Reserved.