Home
last modified time | relevance | path

Searched defs:APB_CYCLE_WAIT_NUM (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/
Dhw_random.c22 #define APB_CYCLE_WAIT_NUM (1778) /* If APB clock is 80 MHz, the maximum sampling frequency is arou… macro
25 #define APB_CYCLE_WAIT_NUM (160 * 16) /* On ESP32C6, we only read one byte at a time, then XOR the … macro
31 #define APB_CYCLE_WAIT_NUM (96 * 16) /* Same reasoning as for ESP32C6, but the CPU frequency on ESP… macro
34 #define APB_CYCLE_WAIT_NUM (16) macro