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