[][src]Function esp_idf_bindgen::touch_pad_set_fsm_mode

pub unsafe extern "C" fn touch_pad_set_fsm_mode(
    mode: touch_fsm_mode_t
) -> esp_err_t

@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