uC chip interface arduino
0.9.0
A interface for async and neuromrphic IC testing
|
#include "misc_functions.h"
Go to the source code of this file.
Functions | |
void | delay20ns (uint8_t clocks) |
kinda accurate for CPU ferquencies from 400MHz-2GHz, below the resolution becomes more coarse as it min 8 instructions for the loop. More... | |
void delay20ns | ( | uint8_t | clocks | ) |
kinda accurate for CPU ferquencies from 400MHz-2GHz, below the resolution becomes more coarse as it min 8 instructions for the loop.
eg. for a 48MHz processor delay20ns(1) to delay20ns(7) in ~210ns, delay20ns(8) to delay20ns(15) in ~420ns, and so on
Definition at line 31 of file misc_functions.cpp.