RT-USB-9AXIS-00
総合概要
モジュール
データ構造
ファイル
ファイル一覧
大域各種
SystemTickTimer.h
1
/* ------------------------------------------------------------ *
2
File SystemTickTimer.h
3
4
SystemTickTimerを用いた関数群
5
* ------------------------------------------------------------ */
6
#ifndef SYSTEMTICKTIMER_H
7
#define STSTEMTICKTIMER_H
8
9
//1msec,1usec刻みのタイマー
10
void
wait1usec(uint32_t wait_count);
11
void
wait1msec(uint32_t wait_count);
12
13
//1usec刻みの時間測定用関数
14
void
time_count_start(
void
);
15
uint32_t time_count_end(
void
);
16
17
#endif
18
19
20
/******************************************************************************
21
** End Of File
22
******************************************************************************/
RT-USB-9AXIS-sample
inc
PERIPHERAL
SystemTickTimer.h
構築:
1.8.10