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
16
uint32_t
micros_timer_get_system_clock
();
17
18
#ifdef __cplusplus
19
}
20
#endif
21
22
#endif
micros_interrupts.h
micros_timer_get_system_clock
uint32_t micros_timer_get_system_clock()
Gets current system clock.
Definition:
micros_timer.c:3
uint32_t
size_t uint32_t
Unsigned integral type.
Definition:
string.h:8
library
src
micros
micros_timer.h
Generated by
1.8.13