This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
jeremy
/
os-tutorial
peilaus alkaen
https://github.com/cfenollosa/os-tutorial
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Puu:
ce8e050d24
Haarat
Tagit
master
os-tutorial
/
23-fixes
/
cpu
/
timer.h
timer.h
94 B
Historia
Raaka
1
2
3
4
5
6
7
8
#ifndef TIMER_H
#define TIMER_H
#include <stdint.h>
void init_timer(uint32_t freq);
#endif