EFM32 Happy Gecko Software Documentation
efm32hg-doc-5.1.2
Main Page
Modules
Files
Documentation Home
silabs.com
File List
udelay.h
Go to the documentation of this file.
1
/**************************************************************************/
17
#ifndef __UDELAY_H
18
#define __UDELAY_H
19
20
#include <stdint.h>
21
22
/***************************************************************************/
27
/***************************************************************************/
32
#ifdef __cplusplus
33
extern
"C"
{
34
#endif
35
36
void
UDELAY_Calibrate
(
void
);
37
void
UDELAY_Delay
(uint32_t usecs);
38
39
#ifdef __cplusplus
40
}
41
#endif
42
46
#endif
UDELAY_Calibrate
void UDELAY_Calibrate(void)
Calibrates the microsecond delay loop.
Definition:
udelay.c:71
UDELAY_Delay
void UDELAY_Delay(uint32_t usecs)
Microsecond active wait delay routine.
Definition:
udelay.c:284
hardware
kit
common
drivers
udelay.h
Generated on Thu Mar 9 2017 20:44:08 for EFM32 Happy Gecko Software Documentation by
1.8.10