00001 /**************************************************************************/ 00017 #ifndef __UDELAY_H 00018 #define __UDELAY_H 00019 00020 #include <stdint.h> 00021 00022 /***************************************************************************/ 00027 /***************************************************************************/ 00032 #ifdef __cplusplus 00033 extern "C" { 00034 #endif 00035 00036 void UDELAY_Calibrate(void); 00037 void UDELAY_Delay(uint32_t usecs); 00038 00039 #ifdef __cplusplus 00040 } 00041 #endif 00042 00046 #endif