Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/port/esp32h2/private_include/
Dpmu_param.h415 uint8_t clk_switch_cycle; /* Clock switch to FOSC (unit: slow clock cycle) */ member
437 .clk_switch_cycle = 1, \
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/private_include/
Dpmu_param.h429 uint8_t clk_switch_cycle; /* Clock switch to FOSC (unit: slow clock cycle) */ member
458 .clk_switch_cycle = 1, \
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dpmu_sleep.c71 …const int lp_clk_switch_time_us = rtc_time_slowclk_to_us(mc->lp.clk_switch_cycle, slowclk_… in pmu_sleep_calculate_hw_wait_time()
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dpmu_sleep.c114 …const int lp_clk_switch_time_us = rtc_time_slowclk_to_us(mc->lp.clk_switch_cycle, slowclk_… in pmu_sleep_calculate_hw_wait_time()