forked from emgab/stepRocker-Library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SysTick.h
32 lines (23 loc) · 977 Bytes
/
SysTick.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*******************************************************************************
Project: stepRocker Mini-TMCL
Module: SysTick.h
Definitions of tick timer functions
Copyright (C) 2011 TRINAMIC Motion Control GmbH & Co KG
Waterloohain 5
D - 22769 Hamburg, Germany
http://www.trinamic.com/
This program is free software; you can redistribute it and/or modify it
freely.
This program is distributed "as is" in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE.
*******************************************************************************/
/**
\file SysTick.h
\author Trinamic Motion Control GmbH & Co KG
\version 1.00
\brief System tick timer
This file contains the definitions of the tick timer functions.
*/
void InitSysTimer(void);
U32_T GetSysTimer(void);