![]()  | 
        
           Wirepas SDK
           
         | 
        
Go to the source code of this file.
Functions | |
| void | Timing_init (void) | 
| Initialize the timing module.  More... | |
| void | Timing_reset (timing_handle_t *h) | 
| Resets measurements of the handle.  More... | |
| void | Timing_start (timing_handle_t *h) | 
| Starts a timing measurement for the specified handle.  More... | |
| void | Timing_stop (timing_handle_t *h) | 
| Stopts a timing measurement for the specified handle.  More... | |
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 |