ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
ISF_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 : ISF_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 ISF_UART1.c
47 ** @version 01.00
48 ** @brief
49 **
50 */
51 /*!
52 ** @addtogroup ISF_UART1_module ISF_UART1 module documentation
53 ** @{
54 */
55 
56 /* MODULE ISF_UART1. */
57 
58 #include "ISF_UART1.h"
59 
60 /*! ISF_UART1 configuration structure */
61 const uart_user_config_t ISF_UART1_InitConfig0 = {
62  .baudRate = 115200U,
63  .parityMode = kUartParityDisabled,
64  .stopBitCount = kUartOneStopBit,
65  .bitCountPerChar = kUart8BitsPerChar,
66 };
67 
68 
69 /*! Driver state structure without DMA */
70 uart_state_t ISF_UART1_State;
71 
72 /* Implementation of UART0 handler named in startup code. */
73 extern void UART_DRV_IRQHandler(uint32_t instance);
75 {
77 }
78 
79 /* END ISF_UART1. */
80 /*!
81 ** @}
82 */
83 /*
84 ** ###################################################################
85 **
86 ** This file was created by Processor Expert 10.5 [05.21]
87 ** for the Freescale Kinetis series of microcontrollers.
88 **
89 ** ###################################################################
90 */
void ISF_UART1_IRQHandler(void)
Definition: ISF_UART1.c:74
uart_state_t ISF_UART1_State
Definition: ISF_UART1.c:70
#define FSL_ISF_UART1
Definition: ISF_UART1.h:77
void UART_DRV_IRQHandler(uint32_t instance)
const uart_user_config_t ISF_UART1_InitConfig0
UART configuration declaration.
Definition: ISF_UART1.c:61