You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
295 B
15 lines
295 B
/*
|
|
* Copyright (c) Hisilicon Technologies Co., Ltd. 2014-2020. All rights reserved.
|
|
* Description: init
|
|
* Author: SmartMedia_BSP
|
|
* Create: 2014-06-04
|
|
*/
|
|
|
|
#ifndef _TIMERH_
|
|
#define _TIMERH_
|
|
|
|
void clock_tick_init(int timer);
|
|
void clock_source_init(int timer, int msec);
|
|
|
|
#endif /* _TIMERH_ */
|