Home
last modified time | relevance | path

Searched refs:touch_thresh (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/hal/esp32/include/hal/
Dtouch_sensor_ll.h290 HAL_FORCE_MODIFY_U32_REG_FIELD(SENS.touch_thresh[tp_wrap / 2], l_thresh, threshold); in touch_ll_set_threshold()
292 HAL_FORCE_MODIFY_U32_REG_FIELD(SENS.touch_thresh[tp_wrap / 2], h_thresh, threshold); in touch_ll_set_threshold()
307 HAL_FORCE_READ_U32_REG_FIELD(SENS.touch_thresh[tp_wrap / 2], l_thresh) : in touch_ll_get_threshold()
308 HAL_FORCE_READ_U32_REG_FIELD(SENS.touch_thresh[tp_wrap / 2], h_thresh); in touch_ll_get_threshold()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_ll.h320 SENS.touch_thresh[touch_num - 1].thresh = threshold; in touch_ll_set_threshold()
333 *threshold = SENS.touch_thresh[touch_num - 1].thresh; in touch_ll_get_threshold()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_ll.h328 SENS.touch_thresh[touch_num - 1].thresh = threshold; in touch_ll_set_threshold()
341 *threshold = SENS.touch_thresh[touch_num - 1].thresh; in touch_ll_get_threshold()
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsens_struct.h191 } touch_thresh[5]; member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsens_struct.h237 } touch_thresh[14]; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsens_struct.h242 } touch_thresh[14]; member