Home
last modified time | relevance | path

Searched refs:dac (Results 1 – 25 of 30) sorted by relevance

12

/hal_espressif-2.7.6/components/driver/esp32c3/
Drtc_tempsensor.c151 const tsens_dac_offset_t *dac = &dac_offset[tsens.dac_offset]; in temp_sensor_read_celsius() local
152 *celsius = parse_temp_sensor_raw_value(tsens_out, dac->offset); in temp_sensor_read_celsius()
153 if (*celsius < dac->range_min || *celsius > dac->range_max) { in temp_sensor_read_celsius()
/hal_espressif-2.7.6/components/driver/esp32s2/
Drtc_tempsensor.c172 const tsens_dac_offset_t *dac = &dac_offset[tsens.dac_offset]; in temp_sensor_read_celsius() local
173 *celsius = parse_temp_sensor_raw_value(tsens_out, dac->offset); in temp_sensor_read_celsius()
174 if (*celsius < dac->range_min || *celsius > dac->range_max) { in temp_sensor_read_celsius()
/hal_espressif-2.7.6/components/hal/esp32s3/include/hal/
Ddac_ll.h65 RTCIO.pad_dac[channel].dac = value; in dac_ll_update_output_value()
68 RTCIO.pad_dac[channel].dac = value; in dac_ll_update_output_value()
Dtouch_sensor_ll.h173 RTCIO.touch_pad[touch_num].dac = slope; in touch_ll_set_slope()
188 *slope = (touch_cnt_slope_t)RTCIO.touch_pad[touch_num].dac; in touch_ll_get_slope()
/hal_espressif-2.7.6/components/hal/esp32/include/hal/
Ddac_ll.h65 RTCIO.pad_dac[channel].dac = value; in dac_ll_update_output_value()
68 RTCIO.pad_dac[channel].dac = value; in dac_ll_update_output_value()
Dtouch_sensor_ll.h186 RTCIO.touch_pad[touch_num].dac = slope; in touch_ll_set_slope()
201 *slope = (touch_cnt_slope_t)RTCIO.touch_pad[touch_num].dac; in touch_ll_get_slope()
/hal_espressif-2.7.6/docs/zh_CN/api-reference/peripherals/
Ddac.rst1 .. include:: ../../../en/api-reference/peripherals/dac.rst
Dindex.rst10 :SOC_DAC_PERIPH_NUM: DAC <dac>
/hal_espressif-2.7.6/examples/peripherals/i2s_adc_dac/
DMakefile6 PROJECT_NAME := i2s-adc-dac
DCMakeLists.txt6 project(i2s-adc-dac)
/hal_espressif-2.7.6/components/driver/
DCMakeLists.txt38 "esp32/dac.c")
52 "esp32s2/dac.c")
/hal_espressif-2.7.6/components/hal/esp32s2/include/hal/
Ddac_ll.h77 RTCIO.pad_dac[channel].dac = value; in dac_ll_update_output_value()
80 RTCIO.pad_dac[channel].dac = value; in dac_ll_update_output_value()
Dtouch_sensor_ll.h173 RTCIO.touch_pad[touch_num].dac = slope; in touch_ll_set_slope()
188 *slope = (touch_cnt_slope_t)RTCIO.touch_pad[touch_num].dac; in touch_ll_get_slope()
/hal_espressif-2.7.6/docs/en/api-reference/peripherals/
Ddac.rst33 #include <driver/dac.h>
43 .. include-build-file:: inc/dac.inc
Dindex.rst11 :SOC_DAC_PERIPH_NUM: DAC <dac>
/hal_espressif-2.7.6/components/soc/esp32s2/include/soc/
Drtc.h240 uint32_t dac : 6; member
247 .dac = 3, \
255 .dac = 3, \
Drtc_io_struct.h126 uint32_t dac: 3; /*TOUCH_DAC*/ member
172 uint32_t dac: 8; /*PDAC1_DAC*/ member
/hal_espressif-2.7.6/docs/doxygen/
DDoxyfile_esp322 $(IDF_PATH)/components/driver/$(IDF_TARGET)/include/driver/dac.h \
DDoxyfile_esp32s23 $(IDF_PATH)/components/driver/$(IDF_TARGET)/include/driver/dac.h \
/hal_espressif-2.7.6/components/soc/esp32/include/soc/
Drtc_io_struct.h185 uint32_t dac: 8; /*PAD DAC1 control code.*/ member
247 …uint32_t dac: 3; /*touch sensor slope control. 3-bit for each touch panel default… member
/hal_espressif-2.7.6/examples/peripherals/temp_sensor/
DREADME.md22 I (243) TempSensor: default dac 2, clk_div 6
/hal_espressif-2.7.6/components/soc/esp32s3/include/soc/
Drtc_io_struct.h128 uint32_t dac: 3; /*TOUCH_DAC*/ member
174 uint32_t dac: 8; /*PDAC1_DAC*/ member
Drtc.h236 uint32_t dac : 6; member
243 .dac = 3, \
/hal_espressif-2.7.6/components/soc/esp32c3/include/soc/
Drtc.h234 uint32_t dac : 6; member
241 .dac = 3, \
/hal_espressif-2.7.6/components/soc/src/esp32/
Drtc_clk.c117 static void rtc_clk_32k_enable_common(int dac, int dres, int dbias) in rtc_clk_32k_enable_common() argument
128 REG_SET_FIELD(RTC_IO_XTAL_32K_PAD_REG, RTC_IO_DAC_XTAL_32K, dac); in rtc_clk_32k_enable_common()

12