ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
isf_fsl_TU_PEx.c
Go to the documentation of this file.
1 /*!
2 ********************************************************************************
3 * File: isf_fsl_TU_PEx.c
4 *
5 * Copyright (c) 2012-2014, Freescale Semiconductor, Inc.
6 *
7 *******************************************************************************/
8 /*!
9 * @file isf_fsl_TU_PEx.c
10 * @brief \b isf_fsl_TU_PEx.c implements PEx properties and event. Its also implements LDD overriding events.
11 */
12 #include "isf_fsl_TU_PEx.h"
13 #include "mqxlite.h"
14 #include "lwevent.h"
15 #include "fsl_pit_driver.h"
16 //#include "isf_pit_adapter.h"
17 
18 
19 #include "BMTimer1.h"
20 #include "BM_pit_instance_tbl.h"
21 
22 struct {
23  LDD_TDeviceData *pPITHandle; /*!< PEx LDD device information*/
24 } PITDeviceHandles[1];
25 
26 
27 
28 
29 
30 
LDD_TDeviceData * pPITHandle
struct @3 PITDeviceHandles[1]
This TimerUnit component provides a low level API for unified hardware access across various timer de...
fsl_pit_driver.h defines structures and types for the PIT driver.