Home
last modified time | relevance | path

Searched refs:sar_touch_ctrl1 (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/hal/esp32/include/hal/
Dtouch_sensor_ll.h59 HAL_FORCE_MODIFY_U32_REG_FIELD(SENS.sar_touch_ctrl1, touch_meas_delay, meas_time); in touch_ll_set_meas_time()
61 …HAL_FORCE_MODIFY_U32_REG_FIELD(SENS.sar_touch_ctrl1, touch_xpd_wait, SOC_TOUCH_PAD_MEASURE_WAIT_MA… in touch_ll_set_meas_time()
71 *meas_time = HAL_FORCE_READ_U32_REG_FIELD(SENS.sar_touch_ctrl1, touch_meas_delay); in touch_ll_get_meas_time()
321 SENS.sar_touch_ctrl1.touch_out_sel = mode; in touch_ll_set_trigger_mode()
333 *mode = (touch_trigger_mode_t)SENS.sar_touch_ctrl1.touch_out_sel; in touch_ll_get_trigger_mode()
346 SENS.sar_touch_ctrl1.touch_out_1en = src; in touch_ll_set_trigger_source()
356 *src = (touch_trigger_src_t)SENS.sar_touch_ctrl1.touch_out_1en; in touch_ll_get_trigger_source()
Dadc_ll.h586 …SENS.sar_touch_ctrl1.xpd_hall_force = 1; // 1: SW control HALL power; 0: ULP FSM con… in adc_ll_set_controller()
587 …SENS.sar_touch_ctrl1.hall_phase_force = 1; // 1: SW control HALL phase; 0: ULP FSM con… in adc_ll_set_controller()
593 …SENS.sar_touch_ctrl1.xpd_hall_force = 0; // 1: SW control HALL power; 0: ULP FSM con… in adc_ll_set_controller()
594 …SENS.sar_touch_ctrl1.hall_phase_force = 0; // 1: SW control HALL phase; 0: ULP FSM con… in adc_ll_set_controller()
600 …SENS.sar_touch_ctrl1.xpd_hall_force = 1; // 1: SW control HALL power; 0: ULP FSM con… in adc_ll_set_controller()
601 …SENS.sar_touch_ctrl1.hall_phase_force = 1; // 1: SW control HALL phase; 0: ULP FSM con… in adc_ll_set_controller()
701 …SENS.sar_touch_ctrl1.xpd_hall_force = hall_ctrl; // 1: SW control HALL power; 0: ULP FSM con… in adc_ll_set_hall_controller()
702 …SENS.sar_touch_ctrl1.hall_phase_force = hall_ctrl; // 1: SW control HALL phase; 0: ULP FSM con… in adc_ll_set_hall_controller()
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsens_struct.h184 } sar_touch_ctrl1; member