Typedefs | |
typedef void(* | clock_sync_callback )(enum clock_sync_event evt) |
The type of callback function used for issuing events. | |
Enumerations | |
enum | clock_sync_event { CLOCK_SYNC_EVT_ERROR, CLOCK_SYNC_EVT_TIMEOUT, CLOCK_SYNC_EVT_SUCCESS } |
The events generated by the clock synchronization. More... | |
Functions | |
bool | clock_sync_start (clock_sync_callback callback) |
Starts the clock synchronization. | |
void | clock_sync_abort () |
Aborts clock synchronization. |