Synopsis
void ctl_i2c_unlock_bus(CTL_I2C_BUS_t *self);
Description

ctl_i2c_unlock_bus releases a mutex that was successfully locked using ctl_i2c_lock_bus. If there is no mutex associated with the bus self, ctl_i2c_unlock_bus returns immediately. It is an error to release a lock that was not acquired successfully.

See Also

ctl_i2c_lock_bus, ctl_i2c_lock_bus_ex