Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed by
Diff: us_ticker_api.h
- Revision:
- 62:7e6c9f46b3bd
- Parent:
- 59:0883845fe643
- Child:
- 65:5798e58a58b1
diff -r 5e5da4a5990b -r 7e6c9f46b3bd us_ticker_api.h
--- a/us_ticker_api.h	Tue Mar 05 17:59:57 2013 +0000
+++ b/us_ticker_api.h	Wed Apr 17 15:30:58 2013 +0100
@@ -33,6 +33,12 @@
     struct ticker_event_s *next;
 } ticker_event_t;
 
+void us_ticker_init(void);
+void us_ticker_set_interrupt(unsigned int timestamp);
+void us_ticker_disable_interrupt(void);
+void us_ticker_clear_interrupt(void);
+void us_ticker_irq_handler(void);
+
 void us_ticker_insert_event(ticker_event_t *obj, unsigned int timestamp, uint32_t id);
 void us_ticker_remove_event(ticker_event_t *obj);
 
    