📄 timer.h
字号:
/***************************************** Copyright (c) 2001-2002 Sigma Designs, Inc. All Rights Reserved Proprietary and Confidential *****************************************//* This file is part of the boot loader *//* * timer.h * * timer for ARM */#ifndef __BOOTLOADER_TIMER_H#define __BOOTLOADER_TIMER_H#define TICKS_PER_SEC 1void timer_init(void);unsigned int timer_getticks(void);int timer_timeout(unsigned int startticks, int timeout);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -