Function stm32ral::stm32l5::stm32l562::i2c::SEC_I2C4::release[][src]

pub fn release(inst: Instance)
Expand description

Release exclusive access to SEC_I2C4

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.