typedef enum { VM_DCL_EINT_DEVICE_GROUP_START = VM_DCL_EINT_GROUP_START, VM_DCL_EINT } VM_DCL_EINT_DEVICE;
typedef enum { VM_DCL_EINT_DEVICE_GROUP_START = VM_DCL_EINT_GROUP_START, VM_DCL_EINT } VM_DCL_EINT_DEVICE;
Defines the device for EINT module, used by vm_dcl_open(). To control EINTs, an application should use DCL(Driver Common Layer) APIs.
#include "vmdcl.h" VM_DCL_HANDLE eint_handle; // Declares a VM_DCL_HANDLE variable. eint_handle = vm_dcl_open(VM_DCL_EINT, PIN2EINT(VM_PIN_P0)); // Calls vm_dcl_open() to get a handle. Use PIN2EINT to convert from pin name to EINT number.
vmdcl_eint.h
|
Members |
Description |
|
VM_DCL_EINT_DEVICE_GROUP_START = VM_DCL_EINT_GROUP_START |
EINT device group starts. |
|
VM_DCL_EINT |
DCL EINT device. |
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.