Hi,
Could you please help to check the type of the symbol display as following condition?
typedef unsigned char UINT8;
typedef struct T_PortProperity
{
UINT8 PortAdmin : 1;
UINT8 Reserved : 1;
UINT8 PortStatus : 3;
UINT8 PortClassification : 3;
}T_PortProperity;
The symbol page will display:
PortAdmin : UINT8
PortClassification : UINT8UINT8UINT8UINT8
PortStatus : UINT8UINT8UINT8
Reserved : UINT8UINT8
Does anybody report this issue before? I think this is related with CodeCompletePlugin so I post here.