Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/Zynq/
Dx_emacpsif_physpeed.c170 u16 id_lower, id_upper; in detect_phy()
177 if( ( id_lower != ( u16 ) 0xFFFFu ) && ( id_lower != ( u16 ) 0x0u ) ) in detect_phy()
196 u16 control; in get_IEEE_phy_speed()
197 u16 status; in get_IEEE_phy_speed()
198 u16 partner_capabilities; in get_IEEE_phy_speed()
199 u16 partner_capabilities_1000; in get_IEEE_phy_speed()
200 u16 phylinkspeed; in get_IEEE_phy_speed()
292 u16 temp; in get_IEEE_phy_speed()
293 u16 control; in get_IEEE_phy_speed()
294 u16 status; in get_IEEE_phy_speed()
[all …]
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/xilinx_ultrascale/
Dx_emacpsif_physpeed.c250 u16 reg );
253 u16 reg,
254 u16 value );
257 u16 reg,
258 u16 clear,
259 u16 set );
265 u16 PhyReg1; in ulDetecPHY()
266 u16 PhyReg2; in ulDetecPHY()
293 u16 control; in configure_IEEE_phy_speed_US()
851 u16 reg ) in prvAR803x_debug_reg_read()
[all …]
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_IP_Utils.c103 uint16_t u16[ 2 ]; /**< The array of 2 16-bit members of the union. */ member
944 xSum.u32 = ( uint32_t ) xSum.u16[ 0 ] + xSum.u16[ 1 ] + ulCarry; in usGenerateChecksum()
976 xSum.u32 = ( uint32_t ) xSum.u16[ 0 ] + xSum.u16[ 1 ]; in usGenerateChecksum()
982 xSum.u32 = ( uint32_t ) xSum.u16[ 0 ] + xSum.u16[ 1 ]; in usGenerateChecksum()