ED
Size: a a a
ED
ED
A
KA
ED
AK
jp
typedef struct
{
struct
{
union
{
_IO Uint16 all;
_IO XP3_BITS DATA_bit;
}XP3_DOUT;
union
{
_IO Uint16 all;
_IO XP4_BITS DATA_bit;
}XP4_DOUT;
}Connector;
}NT_GPIO_TypeDef;
typedef struct
{
union
{
Uint32 all;
struct
{
union
{
_IO Uint16 all;
_IO XP3_BITS DATA_bit;
}XP3_DOUT;
union
{
_IO Uint16 all;
_IO XP4_BITS DATA_bit;
}XP4_DOUT;
}Connector;
}p;
}NT_GPIO_TypeDef;
jp
jp
VK
jp
VK
jp
jp
typedef struct
{
Uint16 a;
Uint16 b;
} NT_GPIO_TypeDef;
typedef struct
{
Uint32 a;
} NT_GPIO_TypeDef;
VK
A
A
jp
#pragma DATA_SECTION(DoutRegs,"DOUT_Regs");
volatile NT_GPIO_TypeDef DoutRegs;
A
AL