Function stm32ral::stm32f7::stm32f7x2::otg_fs_device::OTG_FS_DEVICE::release[][src]

pub fn release(inst: Instance)
Expand description

Release exclusive access to OTG_FS_DEVICE

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.