I2C_Init

The function I2C_Init will initialize the I2C-interface.

void I2C_Init( void); void i2c_Init( void);

Parameters

none

Remarks

This function will allocate virtual-memory space needed by the other I2C_Xxxx-functions and performs a reset of the I2C-Unit.

Requirements

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

See Also

I2C_Alloc, I2C_Free