Home
last modified time | relevance | path

Searched refs:RNG_CPU_WAIT_CYCLE_NUM (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_random.c28 …#define RNG_CPU_WAIT_CYCLE_NUM (80 * 16) // Keep the byte sampling frequency in the ~62KHz range w… macro
31 #define RNG_CPU_WAIT_CYCLE_NUM (80 * 32 * 2) /* extra factor of 2 is precautionary */ macro
34 …#define RNG_CPU_WAIT_CYCLE_NUM (80 * 23) /* 45 KHz reading frequency is the maximum we have tested… macro
52 } 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()