ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
Main Page
Modules
Data Structures
Files
File List
Globals
fsl_hwtimer1.h
Go to the documentation of this file.
1
/* ###################################################################
2
** This component module is generated by Processor Expert. Do not modify it.
3
** Filename : fsl_hwtimer1.h
4
** Project : ISF2P2_K64F_MQX_PROJ
5
** Processor : MK64FN1M0VLL12
6
** Component : fsl_hwtimer
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
** HWTIMER_SYS_Init - _hwtimer_error_code_t HWTIMER_SYS_Init(hwtimer_t * hwtimer,const...
13
** HWTIMER_SYS_Deinit - _hwtimer_error_code_t HWTIMER_SYS_Deinit(hwtimer_t * hwtimer);
14
** HWTIMER_SYS_SetPeriod - _hwtimer_error_code_t HWTIMER_SYS_SetPeriod(hwtimer_t * hwtimer,uint32_t...
15
** HWTIMER_SYS_GetPeriod - uint32_t HWTIMER_SYS_GetPeriod(hwtimer_t * hwtimer);
16
** HWTIMER_SYS_Start - _hwtimer_error_code_t HWTIMER_SYS_Start(hwtimer_t * hwtimer);
17
** HWTIMER_SYS_Stop - _hwtimer_error_code_t HWTIMER_SYS_Stop(hwtimer_t * hwtimer);
18
** HWTIMER_SYS_GetModulo - uint32_t HWTIMER_SYS_GetModulo(hwtimer_t * hwtimer);
19
** HWTIMER_SYS_GetTime - _hwtimer_error_code_t HWTIMER_SYS_GetTime(hwtimer_t * hwtimer,hwtimer_time_t...
20
** HWTIMER_SYS_GetTicks - uint32_t HWTIMER_SYS_GetTicks(hwtimer_t * hwtimer);
21
** HWTIMER_SYS_RegisterCallback - _hwtimer_error_code_t HWTIMER_SYS_RegisterCallback(hwtimer_t *...
22
** HWTIMER_SYS_BlockCallback - _hwtimer_error_code_t HWTIMER_SYS_BlockCallback(hwtimer_t * hwtimer);
23
** HWTIMER_SYS_UnblockCallback - _hwtimer_error_code_t HWTIMER_SYS_UnblockCallback(hwtimer_t * hwtimer);
24
** HWTIMER_SYS_CancelCallback - _hwtimer_error_code_t HWTIMER_SYS_CancelCallback(hwtimer_t * hwtimer);
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 fsl_hwtimer1.h
59
** @version 01.00
60
*/
61
/*!
62
** @addtogroup fsl_hwtimer1_module fsl_hwtimer1 module documentation
63
** @{
64
*/
65
#ifndef __fsl_hwtimer1_H
66
#define __fsl_hwtimer1_H
67
68
/* MODULE fsl_hwtimer1. */
69
/* Include inherited beans */
70
#include "
clockMan1.h
"
71
72
#include "
Cpu.h
"
73
#include "fsl_hwtimer.h"
74
#include "fsl_hwtimer_systick.h"
75
76
77
#define FSL_FSL_HWTIMER1_LL_DEVIF kSystickDevif
78
#define FSL_FSL_HWTIMER1_LL_ID 0U
79
80
/* fsl_hwtimer1_InitConfig0 */
81
#define FSL_FSL_HWTIMER1_PERIOD_CNF0 5000U
82
83
84
/* END fsl_hwtimer1. */
85
86
#endif
87
/* ifndef __fsl_hwtimer1_H */
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
*/
Cpu.h
clockMan1.h
© Freescale Semiconductor, Inc. 2016. All Rights Reserved.