25#include "periph_conf.h"
38#ifndef CPU_CYCLES_PER_LOOP
39#define CPU_CYCLES_PER_LOOP 3
56 __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.