HomeSort by relevance Sort by last modified time
    Searched refs:clockCyclesPerMicrosecond (Results 1 - 2 of 2) sorted by null

  /external/arduino/hardware/arduino/cores/arduino/
wiring.h 89 #define clockCyclesPerMicrosecond() ( F_CPU / 1000000L )
wiring.c 102 return ((m << 8) + t) * (64 / clockCyclesPerMicrosecond());

Completed in 1566 milliseconds