Core
Loading...
Searching...
No Matches
timestamp.h
1#ifndef CORE_TIMESTAMP_H
2#define CORE_TIMESTAMP_H
3#include <stdint.h>
4
5void core_timestamp_init();
6void core_timestamp_read_separate(uint16_t *lsb, uint32_t *msb);
7uint64_t core_timestamp_get_tick();
8
9#endif