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.
Dependents: 1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB
Fork of mbed by
Diff: us_ticker_api.h
- Revision:
- 95:7e07b6fb45cf
- Parent:
- 93:e188a91d3eaa
- Child:
- 98:8ab26030e058
diff -r 9ad691361fac -r 7e07b6fb45cf us_ticker_api.h --- a/us_ticker_api.h Mon Feb 16 16:32:49 2015 +0000 +++ b/us_ticker_api.h Wed Mar 04 07:31:39 2015 +0100 @@ -43,6 +43,7 @@ void us_ticker_insert_event(ticker_event_t *obj, timestamp_t timestamp, uint32_t id); void us_ticker_remove_event(ticker_event_t *obj); +int us_ticker_get_next_timestamp(timestamp_t *timestamp); #ifdef __cplusplus }