mbed library sources. Supersedes mbed-src.

Fork of mbed-dev by mbed official

Revision:
186:707f6e361f3e
Parent:
180:96ed750bd169
--- 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