Searched refs:dac (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | dac_ll.h | 64 HAL_FORCE_MODIFY_U32_REG_FIELD(RTCIO.pad_dac[channel], dac, value); in dac_ll_update_output_value() 67 HAL_FORCE_MODIFY_U32_REG_FIELD(RTCIO.pad_dac[channel], dac, value); in dac_ll_update_output_value()
|
D | clk_tree_ll.h | 226 uint32_t dac = CLK_LL_XTAL_32K_DAC_VAL; // current in clk_ll_xtal32k_enable() local 230 dac = CLK_LL_XTAL_32K_EXT_DAC_VAL; in clk_ll_xtal32k_enable() 234 dac = CLK_LL_XTAL_32K_BOOTSTRAP_DAC_VAL; in clk_ll_xtal32k_enable() 238 REG_SET_FIELD(RTC_IO_XTAL_32K_PAD_REG, RTC_IO_DAC_XTAL_32K, dac); in clk_ll_xtal32k_enable()
|
D | touch_sensor_ll.h | 182 RTCIO.touch_pad[touch_num].dac = slope; in touch_ll_set_slope() 197 *slope = (touch_cnt_slope_t)RTCIO.touch_pad[touch_num].dac; in touch_ll_get_slope()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | dac_ll.h | 76 HAL_FORCE_MODIFY_U32_REG_FIELD(RTCIO.pad_dac[channel], dac, value); in dac_ll_update_output_value() 79 HAL_FORCE_MODIFY_U32_REG_FIELD(RTCIO.pad_dac[channel], dac, value); in dac_ll_update_output_value()
|
D | clk_tree_ll.h | 52 .dac = 3, \ 71 uint32_t dac : 6; member 176 REG_SET_FIELD(RTC_CNTL_EXT_XTL_CONF_REG, RTC_CNTL_DAC_XTAL_32K, cfg.dac); in clk_ll_xtal32k_enable()
|
D | touch_sensor_ll.h | 169 RTCIO.touch_pad[touch_num].dac = slope; in touch_ll_set_slope() 184 *slope = (touch_cnt_slope_t)RTCIO.touch_pad[touch_num].dac; in touch_ll_get_slope()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | clk_tree_ll.h | 36 .dac = 3, \ 62 uint32_t dac : 6; member 118 LP_CLKRST.xtal32k.dac_xtal32k = cfg.dac; in clk_ll_xtal32k_enable()
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | rtc_io_struct.h | 185 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-latest/components/hal/esp32s3/include/hal/ |
D | clk_tree_ll.h | 39 .dac = 3, \ 58 uint32_t dac : 6; member 95 REG_SET_FIELD(RTC_CNTL_EXT_XTL_CONF_REG, RTC_CNTL_DAC_XTAL_32K, cfg.dac); in clk_ll_xtal32k_enable()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | clk_tree_ll.h | 37 .dac = 3, \ 56 uint32_t dac : 6; member 93 REG_SET_FIELD(RTC_CNTL_EXT_XTL_CONF_REG, RTC_CNTL_DAC_XTAL_32K, cfg.dac); in clk_ll_xtal32k_enable()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | clk_tree_ll.h | 40 .dac = 3, \ 66 uint32_t dac : 6; member 112 LP_CLKRST.xtal32k.dac_xtal32k = cfg.dac; in clk_ll_xtal32k_enable()
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | rtc_io_struct.h | 120 uint32_t dac: 3; /*TOUCH_DAC*/ member 166 uint32_t dac: 8; /*PDAC1_DAC*/ member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | rtc_io_struct.h | 174 uint32_t dac : 8; /*PDAC1_DAC*/ member
|