![]() |
Wirepas SDK
|
Go to the source code of this file.
Functions | |
void | Timing_init (void) |
Initialize the timing module. | |
void | Timing_reset (timing_handle_t *h) |
Resets measurements of the handle. | |
void | Timing_start (timing_handle_t *h) |
Starts a timing measurement for the specified handle. | |
void | Timing_stop (timing_handle_t *h) |
Stopts a timing measurement for the specified handle. | |
Data Structures | |
struct | timing_handle_t |
Handle containing timing informations. More... | |
void Timing_init | ( | void | ) |
Initialize the timing module.
void Timing_reset | ( | timing_handle_t * | h | ) |
Resets measurements of the handle.
h | pointer to the timing handle |
void Timing_start | ( | timing_handle_t * | h | ) |
Starts a timing measurement for the specified handle.
h | pointer to the timing handle |
void Timing_stop | ( | timing_handle_t * | h | ) |
Stopts a timing measurement for the specified handle.
h | pointer to the timing handle |
struct timing_handle_t |