Searched refs:RNG_CPU_WAIT_CYCLE_NUM (Results 1 – 1 of 1) sorted by relevance
28 …#define RNG_CPU_WAIT_CYCLE_NUM (80 * 16) // Keep the byte sampling frequency in the ~62KHz range w… macro31 #define RNG_CPU_WAIT_CYCLE_NUM (80 * 32 * 2) /* extra factor of 2 is precautionary */ macro34 …#define RNG_CPU_WAIT_CYCLE_NUM (80 * 23) /* 45 KHz reading frequency is the maximum we have tested… macro52 } while (now - start < RNG_CPU_WAIT_CYCLE_NUM); in bootloader_fill_random()74 } while (now - start < RNG_CPU_WAIT_CYCLE_NUM); in bootloader_fill_random()