Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/ulp/
Dulp.c146 uint64_t min_sleep_period_cycles = ULP_FSM_PREPARE_SLEEP_CYCLES in ulp_set_wakeup_period() local
149 if (period_cycles < min_sleep_period_cycles) { in ulp_set_wakeup_period()
151 … ESP_LOGW(TAG, "Sleep period clipped to minimum of %d cycles", (uint32_t) min_sleep_period_cycles); in ulp_set_wakeup_period()
153 period_cycles -= min_sleep_period_cycles; in ulp_set_wakeup_period()