[][src]Function esp_idf_bindgen::adc2_pad_get_io_num

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

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

@param channel Channel to get the GPIO number

@param gpio_num output buffer to hold the GPIO number

@return