Function esp_idf_sys::touch_pad_get_wakeup_status

source ยท
pub unsafe extern "C" fn touch_pad_get_wakeup_status(
    pad_num: *mut touch_pad_t,
) -> esp_err_t
Expand description

@brief Get the touch pad which caused wakeup from deep sleep. @param pad_num pointer to touch pad which caused wakeup @return - ESP_OK Success - ESP_ERR_INVALID_ARG parameter is NULL