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