MicrOS
ktime.h
Go to the documentation of this file.
1
#ifndef KTIME_H
2
#define KTIME_H
3
4
#include "
cpu/timer/timer.h
"
5
6
void
sleep
(
uint32_t
ms);
7
8
#endif
timer.h
sleep
void sleep(uint32_t ms)
Definition:
ktime.c:3
uint32_t
size_t uint32_t
Unsigned integral type.
Definition:
string.h:8
os
kernel
src
klibrary
ktime.h
Generated by
1.8.13