Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/
Dhw_random.c68 uint32_t current_rtc_timer_counter = (lp_timer_hal_get_cycle_count() & 0xFF); in esp_random() local
69 result ^= ((result ^ current_rtc_timer_counter) & 0xFF) << (i * 8); in esp_random()
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_random.c56 uint32_t current_rtc_timer_counter = (lp_timer_hal_get_cycle_count() & 0xFF); in bootloader_fill_random() local
57 random = random ^ current_rtc_timer_counter; in bootloader_fill_random()