hi_op_mode
Description
Defines the operation modes.
Prototype
typedef enum {
HI_OP_MODE_AUTO = 0, // Auto mode, in which the default parameter values are used.
HI_OP_MODE_MANUAL = 1 // Manual mode, in which the user-defined parameter values are used.
} hi_op_mode;
Parent topic: Common