Searched refs:CPU_RATE (Results 1 – 1 of 1) sorted by relevance
312 #define CPU_RATE 5.00L // for a 200MHz CPU clock speed (SYSCLKOUT) macro379 #define DELAY_US(A) F28x_usDelay(((((long double) A * 1000.0L) / (long double)CPU_RATE) - 9.0L) / …
Completed in 4 milliseconds