Defines the enums and the data structures for controlling and configuring EINT.
Defines the enums and the data structures for controlling and configuring EINT (External Interrupt) module.
N/A
|
Struct, Record, Enum |
Description |
|
Defines the EINT control commands, used by vm_dcl_control() as a parameter. With different commands, user could control the different function of the EINTs. To control EINTs, you should use DCL(Driver Common Layer) APIs. | |
|
This struct is for VM_DCL_EINT_COMMAND_SET_AUTO_CHANGE_POLARITY command, used in vm_dcl_control as parameter. The sample code is in the description of VM_DCL_EINT_COMMAND. The usage of all the commands are similar. | |
|
This struct is for VM_DCL_EINT_COMMAND_CONFIG command and used by vm_dcl_control(). With this command, a caller can configure the attributes of a specific EINT. The sample code is in the description of VM_DCL_EINT_COMMAND. The usage of all the commands are similar. | |
|
This struct is for VM_DCL_EINT_COMMAND_SET_HW_DEBOUNCE command, used by vm_dcl_control(). With this command, the user can set the HW debounce time of a specific EINT. The sample code is in the description of VM_DCL_EINT_COMMAND. The usage of all the commands are similar. | |
|
This struct is for VM_DCL_EINT_COMMAND_SET_POLARITY command, used by vm_dcl_control(). With this command, you can set the polarity of a specific EINT. The sample code is in the description of VM_DCL_EINT_COMMAND. The usage of all the commands are similar. | |
|
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. | |
|
Defines the device for EINT module, used by vm_dcl_open(). To control EINTs, an application should use DCL(Driver Common Layer) APIs. | |
|
Defines the events for EINT module. When an application receives this event, it means the EINT has triggered an interrupt. |
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.