MyOS Kernel
timer_handler.c File Reference
#include "tasking.h"
#include "cpu/isr.h"

Functions

void timer_handler (registers_t *r)
 

Function Documentation

◆ timer_handler()

void timer_handler ( registers_t r)

Interrupt handler for the timer interrupt

Parameters
rThe saved state of the CPU when the interrupt occured