Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/port/esp32h2/private_include/
Dpmu_param.h416 … uint8_t clk_power_on_wait_cycle; /* Clock power on wait cycle (unit: slow clock cycle) */ member
438 .clk_power_on_wait_cycle = 1, \
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/private_include/
Dpmu_param.h430 … uint8_t clk_power_on_wait_cycle; /* Clock power on wait cycle (unit: slow clock cycle) */ member
459 .clk_power_on_wait_cycle = 1, \
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dpmu_sleep.c73 … : rtc_time_slowclk_to_us(mc->lp.clk_power_on_wait_cycle, slowclk_period); in pmu_sleep_calculate_hw_wait_time()
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dpmu_sleep.c116 … : rtc_time_slowclk_to_us(mc->lp.clk_power_on_wait_cycle, slowclk_period); in pmu_sleep_calculate_hw_wait_time()