mbed library sources. Supersedes mbed-src. GR-PEACH runs on RAM.
Fork of mbed-dev by
LowPowerTimer Class Reference
Low power timer. More...
#include <LowPowerTimer.h>
Inherits mbed::Timer.
Public Member Functions | |
| void | start () |
| Start the timer. | |
| void | stop () |
| Stop the timer. | |
| void | reset () |
| Reset the timer to 0. | |
| float | read () |
| Get the time passed in seconds. | |
| int | read_ms () |
| Get the time passed in mili-seconds. | |
| int | read_us () |
| Get the time passed in micro-seconds. | |
Detailed Description
Low power timer.
Definition at line 30 of file LowPowerTimer.h.
Member Function Documentation
| float read | ( | void | ) | [inherited] |
| int read_ms | ( | ) | [inherited] |
| int read_us | ( | ) | [inherited] |
| void reset | ( | ) | [inherited] |
Generated on Tue Jul 12 2022 18:18:07 by
1.7.2
