• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2021. All rights reserved.
3  * Description: Delay Header file.
4  */
5 
6 #ifndef __SOC_TIMER__
7 #define __SOC_TIMER__
8 #include <td_base.h>
9 
10 
11 td_void uapi_mdelay(td_u32 us);
12 
13 td_void uapi_set_cpu_cycles_in_us(td_u32 cycle);
14 
15 #endif
16