mirror of https://github.com/ARMmbed/mbed-os.git
Timer.h: Remove protected attributes from rendering on docs site
parent
6d7b655b87
commit
feb3833e4b
|
@ -95,6 +95,7 @@ public:
|
||||||
*/
|
*/
|
||||||
us_timestamp_t read_high_resolution_us();
|
us_timestamp_t read_high_resolution_us();
|
||||||
|
|
||||||
|
#if !defined(DOXYGEN_ONLY)
|
||||||
protected:
|
protected:
|
||||||
us_timestamp_t slicetime();
|
us_timestamp_t slicetime();
|
||||||
int _running; // whether the timer is running
|
int _running; // whether the timer is running
|
||||||
|
@ -103,6 +104,7 @@ protected:
|
||||||
const ticker_data_t *_ticker_data;
|
const ticker_data_t *_ticker_data;
|
||||||
bool _lock_deepsleep; // flag which indicates if deep-sleep should be disabled
|
bool _lock_deepsleep; // flag which indicates if deep-sleep should be disabled
|
||||||
};
|
};
|
||||||
|
#endif
|
||||||
|
|
||||||
} // namespace mbed
|
} // namespace mbed
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue