Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.
Dependents: 1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB
Fork of mbed by
Diff: us_ticker_api.h
- 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);