Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32/include/hal/
Dtouch_sensor_ll.h256 RTCCNTL.state0.touch_slp_timer_en = 1; in touch_ll_start_fsm()
267 RTCCNTL.state0.touch_slp_timer_en = 0; in touch_ll_stop_fsm()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_ll.h274 …RTCCNTL.touch_ctrl2.touch_slp_timer_en = (RTCCNTL.touch_ctrl2.touch_start_force == TOUCH_FSM_MODE_… in touch_ll_start_fsm()
284 RTCCNTL.touch_ctrl2.touch_slp_timer_en = 0; in touch_ll_stop_fsm()
297 return (bool)RTCCNTL.touch_ctrl2.touch_slp_timer_en; in touch_ll_get_fsm_state()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_ll.h282 …RTCCNTL.touch_ctrl2.touch_slp_timer_en = (RTCCNTL.touch_ctrl2.touch_start_force == TOUCH_FSM_MODE_… in touch_ll_start_fsm()
292 RTCCNTL.touch_ctrl2.touch_slp_timer_en = 0; in touch_ll_stop_fsm()
305 return (bool)RTCCNTL.touch_ctrl2.touch_slp_timer_en; in touch_ll_get_fsm_state()
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc_cntl_struct.h90 uint32_t touch_slp_timer_en: 1; /*touch timer enable bit*/ member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc_cntl_struct.h755 uint32_t touch_slp_timer_en: 1; /*touch timer enable bit*/ member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc_cntl_struct.h755 uint32_t touch_slp_timer_en : 1; /*touch timer enable bit*/ member