15 #ifndef __SILICON_LABS_USTIMER_H
16 #define __SILICON_LABS_USTIMER_H
20 #include "ustimer_config.h"
36 #define ECODE_EMDRV_USTIMER_OK ( ECODE_OK )
Energy Aware drivers error code definitions.
Ecode_t USTIMER_Init(void)
Activate and initialize the hardware timer used to pace the 1 microsecond delay functions.
uint32_t Ecode_t
Typedef for API function error code return values.
Ecode_t USTIMER_DeInit(void)
Deinitialize USTIMER driver.
Ecode_t USTIMER_DelayIntSafe(uint32_t usec)
Delay a given number of microseconds.
Ecode_t USTIMER_Delay(uint32_t usec)
Delay a given number of microseconds.