Searched refs:touch_fsm_mode_t (Results 1 – 7 of 7) sorted by relevance
123 esp_err_t touch_pad_set_fsm_mode(touch_fsm_mode_t mode);131 esp_err_t touch_pad_get_fsm_mode(touch_fsm_mode_t *mode);
230 static inline void touch_ll_set_fsm_mode(touch_fsm_mode_t mode) in touch_ll_set_fsm_mode()243 static inline void touch_ll_get_fsm_mode(touch_fsm_mode_t *mode) in touch_ll_get_fsm_mode()245 *mode = (touch_fsm_mode_t)SENS.sar_touch_ctrl2.touch_start_force; in touch_ll_get_fsm_mode()
69 static esp_err_t _touch_pad_read(touch_pad_t touch_num, uint16_t *touch_value, touch_fsm_mode_t mod…105 touch_fsm_mode_t mode; in touch_pad_filter_cb()282 touch_fsm_mode_t mode; in touch_pad_config()359 static esp_err_t _touch_pad_read(touch_pad_t touch_num, uint16_t *touch_value, touch_fsm_mode_t mod… in _touch_pad_read()387 touch_fsm_mode_t mode; in touch_pad_read()
148 esp_err_t touch_pad_set_fsm_mode(touch_fsm_mode_t mode) in touch_pad_set_fsm_mode()165 esp_err_t touch_pad_get_fsm_mode(touch_fsm_mode_t *mode) in touch_pad_get_fsm_mode()
215 static inline void touch_ll_set_fsm_mode(touch_fsm_mode_t mode) in touch_ll_set_fsm_mode()226 static inline void touch_ll_get_fsm_mode(touch_fsm_mode_t *mode) in touch_ll_get_fsm_mode()228 *mode = (touch_fsm_mode_t)RTCCNTL.touch_ctrl2.touch_start_force; in touch_ll_get_fsm_mode()
223 static inline void touch_ll_set_fsm_mode(touch_fsm_mode_t mode) in touch_ll_set_fsm_mode()234 static inline void touch_ll_get_fsm_mode(touch_fsm_mode_t *mode) in touch_ll_get_fsm_mode()236 *mode = (touch_fsm_mode_t)RTCCNTL.touch_ctrl2.touch_start_force; in touch_ll_get_fsm_mode()
92 } touch_fsm_mode_t; typedef