|
SimpleKernel 1.17.0
|
#include <cpu_io.h>#include "arch.h"#include "basic_info.hpp"#include "interrupt.h"#include "kernel.h"#include "kernel_fdt.hpp"#include "task_manager.hpp"
Go to the source code of this file.
Typedefs | |
| using | InterruptDelegate = InterruptBase::InterruptDelegate |
Functions | |
| auto | TimerInitSMP () -> void |
| 从核的定时器初始化 | |
| auto | TimerInit () -> void |
| 初始化定时器 | |
| auto TimerInit | ( | ) | -> void |
初始化定时器
Definition at line 47 of file timer.cpp.


| auto TimerInitSMP | ( | ) | -> void |
从核的定时器初始化
Definition at line 35 of file timer.cpp.
