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 3568c54 commit a920668Copy full SHA for a920668
drivers/Ticker.h
@@ -155,6 +155,7 @@ class Ticker : public TimerEvent, private NonCopyable<Ticker> {
155
*/
156
void detach();
157
158
+#if !defined(DOXYGEN_ONLY)
159
protected:
160
void setup(us_timestamp_t t);
161
virtual void handler();
@@ -163,6 +164,7 @@ class Ticker : public TimerEvent, private NonCopyable<Ticker> {
163
164
us_timestamp_t _delay; /**< Time delay (in microseconds) for re-setting the multi-shot callback. */
165
Callback<void()> _function; /**< Callback. */
166
bool _lock_deepsleep; /**< Flag which indicates if deep-sleep should be disabled. */
167
+#endif
168
};
169
170
} // namespace mbed
0 commit comments