📄 hubni.h
字号:
*/#define NI_LOCAL_TABLE_87 0x006812B8 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_88 0x006812C0 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_89 0x006812C8 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_90 0x006812D0 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_91 0x006812D8 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_92 0x006812E0 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_93 0x006812E8 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_94 0x006812F0 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_95 0x006812F8 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_96 0x00681300 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_97 0x00681308 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_98 0x00681310 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_99 0x00681318 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_100 0x00681320 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_101 0x00681328 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_102 0x00681330 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_103 0x00681338 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_104 0x00681340 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_105 0x00681348 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_106 0x00681350 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_107 0x00681358 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_108 0x00681360 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_109 0x00681368 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_110 0x00681370 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_111 0x00681378 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_112 0x00681380 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_113 0x00681388 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_114 0x00681390 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_115 0x00681398 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_116 0x006813A0 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_117 0x006813A8 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_118 0x006813B0 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_119 0x006813B8 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_120 0x006813C0 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_121 0x006813C8 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_122 0x006813D0 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_123 0x006813D8 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_124 0x006813E0 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_125 0x006813E8 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_126 0x006813F0 /* * Base of Local * Mapping Table 0-127 */#define NI_LOCAL_TABLE_127 0x006813F8 /* * Base of Local * Mapping Table 0-127 */#define NI_GLOBAL_TABLE 0x00682000 /* * Base of Global * Mapping Table */#ifdef _LANGUAGE_C/************************************************************************ * * * This register describes the LLP status. * * * ************************************************************************/#ifdef LITTLE_ENDIANtypedef union ni_port_status_u { bdrkreg_t ni_port_status_regval; struct { bdrkreg_t ps_port_status : 2; bdrkreg_t ps_remote_power : 1; bdrkreg_t ps_rsvd : 61; } ni_port_status_fld_s;} ni_port_status_u_t;#elsetypedef union ni_port_status_u { bdrkreg_t ni_port_status_regval; struct { bdrkreg_t ps_rsvd : 61; bdrkreg_t ps_remote_power : 1; bdrkreg_t ps_port_status : 2; } ni_port_status_fld_s;} ni_port_status_u_t;#endif/************************************************************************ * * * Writing this register issues a reset to the network interface. * * * ************************************************************************/#ifdef LITTLE_ENDIANtypedef union ni_port_reset_u { bdrkreg_t ni_port_reset_regval;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -