Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/ulp/test/esp32/
Dtest_ulp.c277 REG_WRITE(SENS_ULP_CP_SLEEP_CYC0_REG, 0x8000);
318 REG_WRITE(SENS_ULP_CP_SLEEP_CYC0_REG, cycles_to_test[i]);
/hal_espressif-3.6.0/components/ulp/
Dulp.c155 REG_SET_FIELD(SENS_ULP_CP_SLEEP_CYC0_REG + period_index * sizeof(uint32_t), in ulp_set_wakeup_period()
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
Dulp-legacy.rst152 …CP_SLEEP_CYCx_REG`` 寄存器 (x = 0..4) 设置 Tick 数值。第一次启动 ULP 时,使用 ``SENS_ULP_CP_SLEEP_CYC0_REG`` 设置定时器 …
Dulp.rst149 …CP_SLEEP_CYCx_REG`` 寄存器 (x = 0..4) 设置 Tick 数值。第一次启动 ULP 时,使用 ``SENS_ULP_CP_SLEEP_CYC0_REG`` 设置定时器 …
/hal_espressif-3.6.0/examples/system/deep_sleep/main/
Ddeep_sleep_example_main.c410 REG_WRITE(SENS_ULP_CP_SLEEP_CYC0_REG, sleep_cycles); in start_ulp_temperature_monitoring()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsens_reg.h171 #define SENS_ULP_CP_SLEEP_CYC0_REG (DR_REG_SENS_BASE + 0x0018) macro
/hal_espressif-3.6.0/docs/en/api-guides/
Dulp-legacy.rst153 …isters (x = 0..4). When starting the ULP for the first time, ``SENS_ULP_CP_SLEEP_CYC0_REG`` will b…
Dulp.rst155 …isters (x = 0..4). When starting the ULP for the first time, ``SENS_ULP_CP_SLEEP_CYC0_REG`` will b…
Dulp_instruction_set.rst719 …LP wakeup timer as wakeup period. By default, the value from ``SENS_ULP_CP_SLEEP_CYC0_REG`` is use…