![]() |
MOS Source Code
|
Go to the source code of this file.
Classes | |
| struct | clocksource_t |
Macros | |
| #define | active_clocksource_ticks() |
Functions | |
| void | clocksource_register (clocksource_t *clocksource) |
| void | clocksource_tick (clocksource_t *clocksource) |
Variables | |
| list_head | clocksources |
| clocksource_t * | active_clocksource |
| #define active_clocksource_ticks | ( | ) |
Definition at line 18 of file clocksource.hpp.
Referenced by timer_msleep(), and timer_tick().
| void clocksource_register | ( | clocksource_t * | clocksource | ) |
Definition at line 10 of file clocksource.cpp.
Referenced by platform_startup_late(), and rtc_init().
| void clocksource_tick | ( | clocksource_t * | clocksource | ) |
Definition at line 17 of file clocksource.cpp.
Referenced by riscv64_trap_handler(), and rtc_irq_handler().
|
extern |
Definition at line 7 of file clocksource.cpp.
Referenced by clocksource_register().
|
extern |
Definition at line 8 of file clocksource.cpp.
Referenced by clocksource_register(), and timer_msleep().