Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Dlp_timer_hal.h31 uint64_t lp_timer_hal_get_cycle_count(void);
/hal_espressif-latest/components/hal/
Dlp_timer_hal.c26 uint64_t IRAM_ATTR lp_timer_hal_get_cycle_count(void) in lp_timer_hal_get_cycle_count() function
/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()
/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()
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Drtc_time.c251 return lp_timer_hal_get_cycle_count(); in rtc_time_get()