Function stm32ral::stm32l4::stm32l4x6::fpu_cpacr::FPU_CPACR::release[][src]

pub fn release(inst: Instance)
Expand description

Release exclusive access to FPU_CPACR

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.