Function esp_idf_sys::touch_pad_get_measurement_clock_cycles

source ยท
pub unsafe extern "C" fn touch_pad_get_measurement_clock_cycles(
    clock_cycle: *mut u16,
) -> esp_err_t
Expand description

@brief Get the clock cycles of each measurement

@param clock_cycle The clock cycles of each measurement @return - ESP_OK Get the clock cycle success - ESP_ERR_INVALID_ARG The input parameter is NULL