[][src]Function stm32ral::stm32f4::stm32f446::adc_common::ADC_Common::release

pub fn release(inst: Instance)

Release exclusive access to ADC_Common

This function allows you to return an Instance so that it is available to take() again. This function will panic if you return a different Instance or if this instance is not already taken.