Function esp_idf_sys::dac_pad_get_io_num

source ยท
pub unsafe extern "C" fn dac_pad_get_io_num(
    channel: dac_channel_t,
    gpio_num: *mut gpio_num_t,
) -> esp_err_t
Expand description

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

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

  • ESP_OK if success