mbed(SerialHalfDuplex入り)

Fork of mbed by mbed official

Revision:
62:7e6c9f46b3bd
Parent:
59:0883845fe643
Child:
65:5798e58a58b1
--- 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);