We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d7b655 commit feb3833Copy full SHA for feb3833
drivers/Timer.h
@@ -95,6 +95,7 @@ class Timer : private NonCopyable<Timer> {
95
*/
96
us_timestamp_t read_high_resolution_us();
97
98
+#if !defined(DOXYGEN_ONLY)
99
protected:
100
us_timestamp_t slicetime();
101
int _running; // whether the timer is running
@@ -103,6 +104,7 @@ class Timer : private NonCopyable<Timer> {
103
104
const ticker_data_t *_ticker_data;
105
bool _lock_deepsleep; // flag which indicates if deep-sleep should be disabled
106
};
107
+#endif
108
109
} // namespace mbed
110
0 commit comments