mbed library sources. Supersedes mbed-src.
Dependents: Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more
Diff: hal/ticker_api.h
- Revision:
- 186:707f6e361f3e
- Parent:
- 180:96ed750bd169
- Child:
- 187:0387e8f68319
--- a/hal/ticker_api.h Thu Apr 19 17:12:19 2018 +0100 +++ b/hal/ticker_api.h Fri Jun 22 16:45:37 2018 +0100 @@ -80,6 +80,7 @@ uint64_t tick_remainder; /**< Ticks that have not been added to base_time */ us_timestamp_t present_time; /**< Store the timestamp used for present time */ bool initialized; /**< Indicate if the instance is initialized */ + uint8_t frequency_shifts; /**< If frequency is a value of 2^n, this is n, otherwise 0 */ } ticker_event_queue_t; /** Ticker's data structure