Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/docs/zh_CN/api-guides/
Dulp.rst151 此应用程序可以调用 ``ulp_set_wakeup_period`` 函数来设置 ULP 定时器周期值 (SENS_ULP_CP_SLEEP_CYCx_REG, x = 0..4)。
153 .. doxygenfunction:: ulp_set_wakeup_period
169 此应用程序可以调用 ``ulp_set_wakeup_period`` 函数来设置 ULP 定时器周期值。
171 .. doxygenfunction:: ulp_set_wakeup_period
Dulp-legacy.rst154 此应用程序可以调用 ``ulp_set_wakeup_period`` 函数来设置 ULP 定时器周期值 (SENS_ULP_CP_SLEEP_CYCx_REG, x = 0..4)。
156 .. doxygenfunction:: ulp_set_wakeup_period
Dulp-risc-v.rst141 此应用程序可以调用 :cpp:func:`ulp_set_wakeup_period` 函数来设置 ULP 定时器周期值 (RTC_CNTL_ULP_CP_TIMER_1_REG)。
/hal_espressif-3.6.0/docs/
Dsphinx-known-warnings.txt21 ulp.rst:line: WARNING: Duplicate declaration, esp_err_t ulp_set_wakeup_period(size_t period_index, …
24 ulp-legacy.rst:line: WARNING: Duplicate declaration, esp_err_t ulp_set_wakeup_period(size_t period_…
25 ulp-risc-v.rst:line: WARNING: Duplicate declaration, esp_err_t ulp_set_wakeup_period(size_t period_…
/hal_espressif-3.6.0/examples/system/ulp_riscv/ds18b20_onewire/main/
Dulp_riscv_ds18b20_example_main.c67 ulp_set_wakeup_period(0, WAKEUP_PERIOD_US); in init_ulp_program()
/hal_espressif-3.6.0/components/ulp/include/
Dulp_common.h112 esp_err_t ulp_set_wakeup_period(size_t period_index, uint32_t period_us);
/hal_espressif-3.6.0/examples/system/ulp_riscv/gpio/main/
Dulp_riscv_example_main.c70 ulp_set_wakeup_period(0, 20000); in init_ulp_program()
/hal_espressif-3.6.0/examples/system/ulp_fsm/ulp_adc/main/
Dulp_adc_example_main.c79 ulp_set_wakeup_period(0, 20000); in init_ulp_program()
/hal_espressif-3.6.0/components/ulp/test/esp32s2/
Dtest_ulp_riscv.c50 TEST_ASSERT(ulp_set_wakeup_period(0, 1000000) == ESP_OK); in load_and_start_ulp_firmware()
/hal_espressif-3.6.0/examples/system/ulp_fsm/ulp/main/
Dulp_example_main.c88 ulp_set_wakeup_period(0, 20000); in init_ulp_program()
/hal_espressif-3.6.0/docs/en/api-guides/
Dulp.rst157 …imer period values (SENS_ULP_CP_SLEEP_CYCx_REG, x = 0..4) using ``ulp_set_wakeup_period`` function.
159 .. doxygenfunction:: ulp_set_wakeup_period
175 The application can set ULP timer period values by ``ulp_set_wakeup_period`` function.
177 .. doxygenfunction:: ulp_set_wakeup_period
Dulp-legacy.rst155 … period values (SENS_ULP_CP_SLEEP_CYCx_REG, x = 0..4) using the ``ulp_set_wakeup_period`` function.
157 .. doxygenfunction:: ulp_set_wakeup_period
Dulp-risc-v.rst150 …r period values (RTC_CNTL_ULP_CP_TIMER_1_REG) using the :cpp:func:`ulp_set_wakeup_period` function.
/hal_espressif-3.6.0/components/ulp/
Dulp.c138 esp_err_t ulp_set_wakeup_period(size_t period_index, uint32_t period_us) in ulp_set_wakeup_period() function
/hal_espressif-3.6.0/components/esp_pm/test/
Dtest_pm.c207 TEST_ESP_OK(ulp_set_wakeup_period(0, 1000 /* us */));