32 #ifndef SYS_TIME_ARCH_H
33 #define SYS_TIME_ARCH_H
37 #include <libopencm3/stm32/gpio.h>
38 #include <libopencm3/stm32/rcc.h>
39 #include <libopencm3/cm3/systick.h>
74 uint32_t start = systick_get_value();
88 end = systick_get_reload() - rem + start;
92 while (!systick_get_countflag());
96 while (systick_get_value() > end);