Expand description
Timer configuration and interrupt management.
Structs§
- IrqGuard
- Interrupt guard for disabling all interrupts.
- Preempt
Guard - Preemption guard for disabling preemption without disabling interrupts.
- Timer
Config - Timer configuration for preemptive scheduling.
Enums§
- Timer
Error - Errors that can occur during timer operations.
Traits§
- Timer
- Timer abstraction for different hardware timers.
Functions§
- handle_
timer_ ⚠interrupt - Handle a timer interrupt for preemptive scheduling.