Trace: » I2C_Alloc » Registry_Save » I2C_Write
Access to information is restricted depending on your login.
Request login-information through our contact form.
Table of Contents
I2C_Write
The function I2C_Write writes one byte to the I2C-Bus.
void I2C_Write( UCHAR data ); void i2c_WriteByte( UCHAR data );
Parameters
data
Byte to be transferred over the I2C-Bus
Remarks
Issues following sequence:
- Write one byte to I2C
This function does not protect access to the I2C by a Mutex. Call I2C_Lock and I2C_Unlock to prevent multiple accesses to the i2c-bus.
Requirements
OS Versions: Windows CE 4.2 and later.
Header: drvlib_app.h
Link Library: drvlib_app.lib
See Also
(C) 2009 Keith & Koep GmbH. Alle Rechte vorbehalten. Nutzungsbedingungen
(C) 2009 Keith & Koep GmbH. All rights reserved. Terms of Use
(C) 2009 Keith & Koep GmbH. All rights reserved. Terms of Use