HALFRED
0.4.0
Main Page
Modules
Files
Index
trunk
src
hal
inc
hal_delay.h
Go to the documentation of this file.
1
10
#ifndef HAL_DELAY_H
11
#define HAL_DELAY_H
12
13
#include "hal_port_delay.h"
14
22
27
#define DELAY_MS(ms) HAL_PORT_DELAY_MS((ms))
28
33
#define DELAY_US(us) HAL_PORT_DELAY_US((us))
34
39
#define DELAY_NS(ns) HAL_PORT_DELAY_NS((ns))
40
47
#endif
/* HAL_DELAY_H */
Generated on Mon Feb 25 2019 13:43:42 for HALFRED by
1.8.7