ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
Main Page
Modules
Data Structures
Files
File List
Globals
OutX.h
Go to the documentation of this file.
1
/* ###################################################################
2
** This component module is generated by Processor Expert. Do not modify it.
3
** Filename : OutX.h
4
** Project : ISF2P2_K64F_MQX_PROJ
5
** Processor : MK64FN1M0VLL12
6
** Component : fsl_gpio
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
** Contents :
12
** GPIO_DRV_Init - void GPIO_DRV_Init(const gpio_input_pin_user_config_t * inputPins,const...
13
** GPIO_DRV_InputPinInit - void GPIO_DRV_InputPinInit(const gpio_input_pin_user_config_t * inputPin);
14
** GPIO_DRV_OutputPinInit - void GPIO_DRV_OutputPinInit(const gpio_output_pin_user_config_t * outputPin);
15
** GPIO_DRV_GetPinDir - gpio_pin_direction_t GPIO_DRV_GetPinDir(uint32_t pinName);
16
** GPIO_DRV_SetPinDir - void GPIO_DRV_SetPinDir(uint32_t pinName,gpio_pin_direction_t direction);
17
** GPIO_DRV_WritePinOutput - void GPIO_DRV_WritePinOutput(uint32_t pinName,uint32_t output);
18
** GPIO_DRV_SetPinOutput - void GPIO_DRV_SetPinOutput(uint32_t pinName);
19
** GPIO_DRV_ClearPinOutput - void GPIO_DRV_ClearPinOutput(uint32_t pinName);
20
** GPIO_DRV_TogglePinOutput - void GPIO_DRV_TogglePinOutput(uint32_t pinName);
21
** GPIO_DRV_ReadPinInput - uint32_t GPIO_DRV_ReadPinInput(uint32_t pinName);
22
** GPIO_DRV_SetDigitalFilterCmd - void GPIO_DRV_SetDigitalFilterCmd(uint32_t pinName,bool isDigitalFilterEnabled);
23
** GPIO_DRV_IsPinIntPending - bool GPIO_DRV_IsPinIntPending(uint32_t pinName);
24
** GPIO_DRV_ClearPinIntFlag - void GPIO_DRV_ClearPinIntFlag(uint32_t pinName);
25
**
26
** Copyright : 1997 - 2015 Freescale Semiconductor, Inc.
27
** All Rights Reserved.
28
**
29
** Redistribution and use in source and binary forms, with or without modification,
30
** are permitted provided that the following conditions are met:
31
**
32
** o Redistributions of source code must retain the above copyright notice, this list
33
** of conditions and the following disclaimer.
34
**
35
** o Redistributions in binary form must reproduce the above copyright notice, this
36
** list of conditions and the following disclaimer in the documentation and/or
37
** other materials provided with the distribution.
38
**
39
** o Neither the name of Freescale Semiconductor, Inc. nor the names of its
40
** contributors may be used to endorse or promote products derived from this
41
** software without specific prior written permission.
42
**
43
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
44
** ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
45
** WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
46
** DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
47
** ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
48
** (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
49
** LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
50
** ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
51
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
52
** SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
53
**
54
** http: www.freescale.com
55
** mail: support@freescale.com
56
** ###################################################################*/
57
/*!
58
** @file OutX.h
59
** @version 01.00
60
*/
61
/*!
62
** @addtogroup OutX_module OutX module documentation
63
** @{
64
*/
65
66
#ifndef __OutX_H
67
#define __OutX_H
68
69
/* MODULE OutX. */
70
71
/* Include inherited beans */
72
#include "
clockMan1.h
"
73
#include "fsl_gpio_driver.h"
74
75
76
/*! @brief Configuration structure 0 for input pins */
77
extern
const
gpio_input_pin_user_config_t
OutX_OutConfig0
[];
78
79
80
/*! @brief Pin names */
81
enum
_OutX_pinNames
{
82
J1_5
= GPIO_MAKE_PIN(GPIOC_IDX, 1U),
83
};
84
85
86
#endif
87
88
/*!
89
** @}
90
*/
91
/*
92
** ###################################################################
93
**
94
** This file was created by Processor Expert 10.5 [05.21]
95
** for the Freescale Kinetis series of microcontrollers.
96
**
97
** ###################################################################
98
*/
clockMan1.h
OutX_OutConfig0
const gpio_input_pin_user_config_t OutX_OutConfig0[]
Configuration structure 0 for input pins.
Definition:
OutX.c:56
_OutX_pinNames
_OutX_pinNames
Pin names.
Definition:
OutX.h:81
J1_5
Definition:
OutX.h:82
© Freescale Semiconductor, Inc. 2016. All Rights Reserved.