This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
jeremy
/
os-tutorial
zrcadlo
https://github.com/cfenollosa/os-tutorial
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Wiki
Strom:
19cb91f8fe
Větve
Značky
master
os-tutorial
/
23-fixes
/
cpu
/
timer.h
timer.h
94 B
Historie
Surový
1
2
3
4
5
6
7
8
#ifndef TIMER_H
#define TIMER_H
#include <stdint.h>
void init_timer(uint32_t freq);
#endif