24 #include "periph_conf.h" 
   37 #ifndef CPU_CYCLES_PER_LOOP 
   38 #define CPU_CYCLES_PER_LOOP 3 
   55         __asm__ __volatile__ (
 
#define CLOCK_CORECLOCK
Clock configuration.
 
static void busy_wait_us(unsigned usec)
Spin for a number of microseconds.
 
static void busy_wait(unsigned loops)
Spin for a number of cycles.
 
#define CPU_CYCLES_PER_LOOP
CPU cycles per busy wait loop iteration.
 
#define US_PER_SEC
The number of microseconds per second.
 
Utility header providing time unit defines.