summaryrefslogtreecommitdiff
path: root/asm/asm_pit.h
diff options
context:
space:
mode:
Diffstat (limited to 'asm/asm_pit.h')
-rw-r--r--asm/asm_pit.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/asm/asm_pit.h b/asm/asm_pit.h
index 58067bf..785acb3 100644
--- a/asm/asm_pit.h
+++ b/asm/asm_pit.h
@@ -20,3 +20,13 @@ void asm_pit_tick();
/** get number of ticks */
uint32_t asm_pit_get_ticks();
+
+void asm_pit_sleep_50ms();
+void asm_pit_sleep_40ms();
+void asm_pit_sleep_10ms();
+void asm_pit_sleep_1ms();
+
+void asm_pit_rate_50ms();
+void asm_pit_rate_40ms();
+void asm_pit_rate_10ms();
+void asm_pit_rate_1ms();