typedef enum { VM_DCL_I2C_START = VM_DCL_I2C_GROUP_START, VM_DCL_I2C } VM_DCL_I2C_DEVICE;
typedef enum { VM_DCL_I2C_START = VM_DCL_I2C_GROUP_START, VM_DCL_I2C } VM_DCL_I2C_DEVICE;
VM_DCL_I2C_DEVICE indicates the device that uses the I2C module. This enumerator defines the device for the I2C module. It is used with vm_dcl_open.
VM_DCL_HANDLE i2c_handle; i2c_handle = vm_dcl_open(VM_DCL_I2C,0); if(VM_DCL_HANDLE_INVALID==i2c_handle) return; //Do something with the handle.
vmdcl_i2c.h
|
Members |
Description |
|
VM_DCL_I2C_START = VM_DCL_I2C_GROUP_START |
The I2C device starts. |
|
VM_DCL_I2C |
The parameter of a device for vm_dcl_open. |
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.