OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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