Home
last modified time | relevance | path

Searched refs:u16 (Results 1 – 3 of 3) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Zynq/
Dx_emacpsif_physpeed.c164 u16 id_lower, id_upper; in detect_phy()
190 u16 control; in get_IEEE_phy_speed()
191 u16 status; in get_IEEE_phy_speed()
192 u16 partner_capabilities; in get_IEEE_phy_speed()
193 u16 partner_capabilities_1000; in get_IEEE_phy_speed()
194 u16 phylinkspeed; in get_IEEE_phy_speed()
286 u16 temp; in get_IEEE_phy_speed()
287 u16 control; in get_IEEE_phy_speed()
288 u16 status; in get_IEEE_phy_speed()
289 u16 partner_capabilities; in get_IEEE_phy_speed()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/xilinx_ultrascale/
Dx_emacpsif_physpeed.c234 u16 reg,
235 u16 value );
241 u16 PhyReg1; in ulDetecPHY()
242 u16 PhyReg2; in ulDetecPHY()
269 u16 control; in configure_IEEE_phy_speed_US()
815 u16 reg, in prvAR803x_debug_reg_write()
816 u16 value ) in prvAR803x_debug_reg_write()
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_IP_Utils.c99 uint16_t u16[ 2 ]; /**< The array of 2 16-bit members of the union. */ member
1327 xSum.u32 = ( uint32_t ) xSum.u16[ 0 ] + xSum.u16[ 1 ] + ulCarry; in usGenerateChecksum()
1359 xSum.u32 = ( uint32_t ) xSum.u16[ 0 ] + xSum.u16[ 1 ]; in usGenerateChecksum()
1365 xSum.u32 = ( uint32_t ) xSum.u16[ 0 ] + xSum.u16[ 1 ]; in usGenerateChecksum()