This website requires JavaScript.
Explore
Help
Sign In
Nigel
/
BarinkOS
Watch
1
Star
0
Fork
0
You've already forked BarinkOS
Code
Issues
1
Pull Requests
2
Releases
Activity
e8df6ec628
BarinkOS
/
kernel
/
timer.h
6 lines
96 B
C
Raw
Normal View
History
Unescape
Escape
More work on interrupt handling, Started timer interrupt implementation, PIC remapped hopefully successfull
2021-05-16 14:53:14 +00:00
#
pragma once
#
include
<stddef.h>
Started fleshing out the storage API
2023-02-21 13:36:20 +00:00
#
include
<stdint-gcc.h>
More work on interrupt handling, Started timer interrupt implementation, PIC remapped hopefully successfull
2021-05-16 14:53:14 +00:00
void
init_timer
(
uint32_t
frequency
)
;
Reference in New Issue
Copy Permalink