#include <cpu_io.h>
#include "arch.h"
#include "basic_info.hpp"
#include "interrupt.h"
Go to the source code of this file.
◆ TimerInit()
| auto TimerInit |
( |
| ) |
-> void |
初始化定时器
- Precondition
- InterruptInit 已完成
- Postcondition
- 定时器中断已启用,系统 tick 开始计数
Definition at line 13 of file timer.cpp.
◆ TimerInitSMP()
| auto TimerInitSMP |
( |
| ) |
-> void |
从核的定时器初始化
- Copyright
- Copyright The SimpleKernel Contributors
Definition at line 11 of file timer.cpp.