27 #ifndef POLARSSL_TIMING_H
28 #define POLARSSL_TIMING_H
69 void m_sleep(
int milliseconds );
unsigned long get_timer(struct hr_time *val, int reset)
Return the elapsed time in milliseconds.
void set_alarm(int seconds)
Setup an alarm clock.
unsigned long hardclock(void)
Return the CPU cycle counter value.
void m_sleep(int milliseconds)
Sleep for a certain amount of time.