ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
Main Page
Modules
Data Structures
Files
File List
Globals
UART2.c
Go to the documentation of this file.
1
/* ###################################################################
2
** This component module is generated by Processor Expert. Do not modify it.
3
** Filename : UART2.c
4
** CDE edition : Standard
5
** Project : ISF2P2_K64F_MQX_PROJ
6
** Processor : MK64FN1M0VLL12
7
** Component : ISF_KSDK_CommChannel_UART
8
** Version : Component 02.500, Driver 01.00, CPU db: 3.00.000
9
** Repository : My Components
10
** Compiler : GNU C Compiler
11
** Date/Time : 2016-10-06, 13:38, # CodeGen: 0
12
** Abstract :
13
**
14
** Settings :
15
** Component Name : UART2
16
** Timeout : 1000
17
** ISF_UART : ISF_UART1
18
** UART Mode : INT
19
** UART Adapter : yes
20
** FSL_UART : fsl_uart
21
** Contents :
22
** No public methods
23
**
24
** (c) Copyright <company/user-name>, 2015,
25
http://www.<company>.com
26
mail: info@<company>.com
27
** ###################################################################*/
28
/*!
29
** @file UART2.c
30
** @version 01.00
31
** @brief
32
**
33
*/
34
/*!
35
** @addtogroup UART2_module UART2 module documentation
36
** @{
37
*/
38
39
/* MODULE UART2. */
40
41
#include "
UART2.h
"
42
43
44
const
uart_UserDefinedVars_t
UART2_UserDefinedVars
= {
45
.
uartMode
=
UART_MODE_INT
,
46
.timeout = 1000
47
};
48
49
50
51
52
/* END UART2. */
53
54
/*!
55
** @}
56
*/
57
/*
58
** ###################################################################
59
**
60
** This file was created by Processor Expert 10.5 [05.21]
61
** for the Freescale Kinetis series of microcontrollers.
62
**
63
** ###################################################################
64
*/
UART2.h
UART2_UserDefinedVars
const uart_UserDefinedVars_t UART2_UserDefinedVars
Definition:
UART2.c:44
uart_userDefinedVars_struct
Definition:
isf_uart_adapter.h:28
UART_MODE_INT
Definition:
isf_uart_adapter.h:36
uart_userDefinedVars_struct::uartMode
uint8_t uartMode
Definition:
isf_uart_adapter.h:31
© Freescale Semiconductor, Inc. 2016. All Rights Reserved.