Function esp_idf_sys::dac_output_disable
source ยท pub unsafe extern "C" fn dac_output_disable(
channel: dac_channel_t,
) -> esp_err_t
Expand description
@brief DAC pad output disable
@param channel DAC channel @note DAC channel 0 is attached to GPIO25, DAC channel 1 is attached to GPIO26 @return - ESP_OK success