HALFRED  0.4.0
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 */