typedef struct { VMUINT8 sensitivity; } vm_dcl_eint_control_sensitivity_t;
typedef struct { VMUINT8 sensitivity; } vm_dcl_eint_control_sensitivity_t;
This struct is for VM_DCL_EINT_COMMAND_SET_SENSITIVITY command, used in vm_dcl_control(). With this command, the user can set the sensitivity of a specific EINT. The sample code is in the description of VM_DCL_EINT_COMMAND. The usage of all the commands are similar.
vmdcl_eint.h
Members |
Description |
VMUINT8 sensitivity; |
The value is 1 or 0. 1 means the Level Sensitive; 0 means the Edge Sensitive. |