typedef enum { VM_DCL_GPIO_MODE_DEFAULT = 0, VM_DCL_GPIO_CLOCK_32K = 0x82, VM_DCL_GPIO_MODE_MAX } VM_DCL_GPIO_CLOCK_MODE;
typedef enum { VM_DCL_GPIO_MODE_DEFAULT = 0, VM_DCL_GPIO_CLOCK_32K = 0x82, VM_DCL_GPIO_MODE_MAX } VM_DCL_GPIO_CLOCK_MODE;
This enum defines the clock_mode of parameter vm_dcl_gpio_control_set_clock_out_t for command VM_DCL_GPIO_COMMAND_SET_CLOCK_OUT. Please refer to vm_dcl_gpio_control_set_clock_out_t for details.
vmdcl_gpio.h
|
Members |
Description |
|
VM_DCL_GPIO_MODE_DEFAULT = 0 |
Set the clock to default clock. The actual clock values are different between GPIO pins. Refer to the GPIO datasheet for the default clock of each pin. |
|
VM_DCL_GPIO_CLOCK_32K = 0x82 |
Set to 32K clock out in a faster way. |
|
VM_DCL_GPIO_MODE_MAX |
This value defines the max number of mode, do not exceed this value. |
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.