SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
sys-clock.h
Go to the documentation of this file.
1#ifndef __SYS_CLOCK_H__
2#define __SYS_CLOCK_H__
3
4#include <byteorder.h>
5#include <config.h>
6#include <endian.h>
7#include <io.h>
8#include <stdarg.h>
9#include <stddef.h>
10#include <stdint.h>
11#include <string.h>
12#include <types.h>
13
14void sdelay(unsigned long us);
15
16#endif// __SYS_CLOCK_H__
void sdelay(unsigned long us)
Definition sys-clock.c:18