MicrOS
micros_timer.h
Go to the documentation of this file.
1 #ifndef MICROS_TIMER_H
2 #define MICROS_TIMER_H
3 
4 #include <stdint.h>
5 #include "micros_interrupts.h"
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
12 
17 
18 #ifdef __cplusplus
19 }
20 #endif
21 
22 #endif
uint32_t micros_timer_get_system_clock()
Gets current system clock.
Definition: micros_timer.c:3
size_t uint32_t
Unsigned integral type.
Definition: string.h:8