[][src]Function esp_idf_bindgen::adc1_pad_get_io_num

pub unsafe extern "C" fn adc1_pad_get_io_num(
    channel: adc1_channel_t,
    gpio_num: *mut gpio_num_t
) -> esp_err_t

@brief Get the GPIO number of a specific ADC1 channel.

@param channel Channel to get the GPIO number @param gpio_num output buffer to hold the GPIO number

@return