Function esp_idf_sys::touch_pad_get_meas_time
source ยท pub unsafe extern "C" fn touch_pad_get_meas_time(
sleep_cycle: *mut u16,
meas_cycle: *mut u16,
) -> esp_err_t
Expand description
@brief Get touch sensor measurement and sleep time @param sleep_cycle Pointer to accept sleep cycle number @param meas_cycle Pointer to accept measurement cycle count. @return - ESP_OK on success - ESP_ERR_INVALID_ARG The input parameter is NULL