Function stm32ral::stm32g4::stm32g483::adc12_common::ADC12_Common::release[][src]

pub fn release(inst: Instance)
Expand description

Release exclusive access to ADC12_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.