Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This function sets the timeout value for i2c-operations.

unsigned int I2C_SetTimeout( unsigned int us); 
unsigned int i2c_SetTimeout( unsigned int us); 

Parameters

us
Timeout value in micro-seconds.
If Bit 0x80000000 is set, use Sleep() function and wait milliseconds given in the lower-bytes of us instead.

Return Values

Returns the previous timeout value.

Remarks

Requirements

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

See Also

I2C_Init

  • No labels