Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dclk_gate_ll.h60 case PERIPH_TEMPSENSOR_MODULE: in periph_ll_get_clk_en_mask()
97 case PERIPH_TEMPSENSOR_MODULE: in periph_ll_get_rst_en_mask()
128 case PERIPH_TEMPSENSOR_MODULE: in periph_ll_get_clk_en_reg()
150 case PERIPH_TEMPSENSOR_MODULE: in periph_ll_get_rst_en_reg()
/hal_espressif-latest/components/esp_hw_support/
Dsar_periph_ctrl_common.c46 periph_module_enable(PERIPH_TEMPSENSOR_MODULE); in temperature_sensor_power_acquire()
47 periph_module_reset(PERIPH_TEMPSENSOR_MODULE); in temperature_sensor_power_acquire()
68 periph_module_disable(PERIPH_TEMPSENSOR_MODULE); in temperature_sensor_power_release()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dclk_gate_ll.h76 case PERIPH_TEMPSENSOR_MODULE: in periph_ll_get_clk_en_mask()
125 case PERIPH_TEMPSENSOR_MODULE: in periph_ll_get_rst_en_mask()
175 case PERIPH_TEMPSENSOR_MODULE: in periph_ll_get_clk_en_reg()
199 case PERIPH_TEMPSENSOR_MODULE: in periph_ll_get_rst_en_reg()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dclk_gate_ll.h76 case PERIPH_TEMPSENSOR_MODULE: in periph_ll_get_clk_en_mask()
143 case PERIPH_TEMPSENSOR_MODULE: in periph_ll_get_rst_en_mask()
262 case PERIPH_TEMPSENSOR_MODULE: in periph_ll_get_clk_en_reg()
329 case PERIPH_TEMPSENSOR_MODULE: in periph_ll_get_rst_en_reg()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dclk_gate_ll.h76 case PERIPH_TEMPSENSOR_MODULE: in periph_ll_get_clk_en_mask()
141 case PERIPH_TEMPSENSOR_MODULE: in periph_ll_get_rst_en_mask()
235 case PERIPH_TEMPSENSOR_MODULE: in periph_ll_get_clk_en_reg()
307 case PERIPH_TEMPSENSOR_MODULE: in periph_ll_get_rst_en_reg()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dperiph_defs.h35 PERIPH_TEMPSENSOR_MODULE, enumerator
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dperiph_defs.h41 PERIPH_TEMPSENSOR_MODULE, enumerator
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dperiph_defs.h43 PERIPH_TEMPSENSOR_MODULE, enumerator
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dperiph_defs.h45 PERIPH_TEMPSENSOR_MODULE, enumerator
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dperiph_defs.h43 PERIPH_TEMPSENSOR_MODULE, enumerator
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dperiph_defs.h54 PERIPH_TEMPSENSOR_MODULE, enumerator
/hal_espressif-latest/components/driver/deprecated/
Drtc_temperature_legacy.c97 periph_module_enable(PERIPH_TEMPSENSOR_MODULE); in temp_sensor_start()