Espresso 0.0.0e
This commit is contained in:
11
include/drivers/timer.h
Normal file
11
include/drivers/timer.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef _TIMER_H
|
||||
#define _TIMER_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
extern volatile uint32_t tick_count;
|
||||
|
||||
void timer_sleep(uint32_t ms);
|
||||
void pit_init(uint32_t frequency);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user