Skyward boardcore
|
Namespaces | |
namespace | Thread |
Functions | |
long long | getOldTick () |
Get the current time in milliseconds. | |
long long | IRQgetOldTick () |
Get the current time in milliseconds. | |
|
inline |
Get the current time in milliseconds.
Calls miosix::getTime() and converts the result to milliseconds. This function is not safe to call from an IRQ context.
Definition at line 43 of file KernelTime.h.
|
inline |
Get the current time in milliseconds.
Calls miosix::IRQgetTime() and converts the result to milliseconds. This function is safe to call from an IRQ context.
Definition at line 53 of file KernelTime.h.