1 2 3 4 5 6 7 8 9
#pragma once #include <stdint.h> void set_systick(uint64_t systick_value); uint64_t get_systick(); int systick_interrupt();