TWatchVarInfo¶
watch变量格式参数结构体
结构体说明:
typedef struct
{
uint32_t *pAddress;
unsigned short length;
short fraction;
unsigned short format;
unsigned short hex;
unsigned short sign;
unsigned short bit;
} TWatchVarInfo;
pAddress:内部参数。
length:数据长度,单位words。
fraction:小数长度。
format:数据类型。
hex:数据格式。
sign:数据符号位。
bit:内部参数。
相关指令: