• Ready for review
  • I2C_Unlock

    The function I2C_UnLock releases the ownership of the I2C-unit, previously gotten through I2C_Lock.

    short int I2C_UnLock( void); short int I2cUnLock( void);

    Parameters

    none

    Return Values

    If the function succeeds, the return value is TRUE.

    If the function fails, the return value is FALSE.

    Remarks

    Requirements

    OS Versions: Windows CE 4.2 and later.
    Header: drvlib_app.h
    Link Library: drvlib_app.lib

    See Also

    I2C_Lock