This website requires JavaScript.
Explore
Help
Sign In
Archives
/
cfenollosa_os-tutorial
Watch
1
Star
0
Fork
0
You've already forked cfenollosa_os-tutorial
mirror of
https://github.com/cfenollosa/os-tutorial.git
synced
2024-10-27 20:34:19 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
de3d442569
cfenollosa_os-tutorial
/
23-fixes
/
cpu
/
timer.h
9 lines
94 B
C
Raw
Normal View
History
Unescape
Escape
lesson 23, initial commit
2015-08-17 16:41:38 +00:00
#
ifndef TIMER_H
#
define TIMER_H
lesson 23, step 3
2015-08-18 08:31:28 +00:00
#
include
<stdint.h>
lesson 23, initial commit
2015-08-17 16:41:38 +00:00
lesson 23, step 3
2015-08-18 08:31:28 +00:00
void
init_timer
(
uint32_t
freq
)
;
lesson 23, initial commit
2015-08-17 16:41:38 +00:00
#
endif
Reference in New Issue
Copy Permalink