Function esp_idf_sys::touch_pad_set_fsm_mode
source ยท pub unsafe extern "C" fn touch_pad_set_fsm_mode(
mode: touch_fsm_mode_t,
) -> esp_err_t
Expand description
@brief Set touch sensor FSM mode, the test action can be triggered by the timer, as well as by the software. @param mode FSM mode @return - ESP_OK on success - ESP_ERR_INVALID_ARG if argument is wrong