Home
last modified time | relevance | path

Searched refs:u32 (Results 1 – 9 of 9) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_IP_Utils.c102 uint32_t u32; /**< The 32-bit member of the union. */ member
850 xSum.u32 = ( uint32_t ) usTemp; in usGenerateChecksum()
851 xTerm.u32 = 0U; in usGenerateChecksum()
867 xSum.u32 = ( ( xSum.u32 & 0xffU ) << 8 ) | ( ( xSum.u32 & 0xff00U ) >> 8 ); in usGenerateChecksum()
882 xSum.u32 += *( xSource.u16ptr ); in usGenerateChecksum()
908 xSum2.u32 = xSum.u32 + xSource.u32ptr[ 0 ]; in usGenerateChecksum()
910 if( xSum2.u32 < xSum.u32 ) in usGenerateChecksum()
917 xSum.u32 = xSum2.u32 + xSource.u32ptr[ 1 ]; in usGenerateChecksum()
919 if( xSum2.u32 > xSum.u32 ) in usGenerateChecksum()
925 xSum2.u32 = xSum.u32 + xSource.u32ptr[ 2 ]; in usGenerateChecksum()
[all …]
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/xilinx_ultrascale/
Dx_emacpsif_physpeed.c245 u32 phymapemac0[ 32 ];
246 u32 phymapemac1[ 32 ];
267 u32 phy_addr; in ulDetecPHY()
268 u32 Status; in ulDetecPHY()
291 u32 phy_addr ) in configure_IEEE_phy_speed_US()
714 u32 PhyAddress, in XEmacPs_PhyRead2()
715 u32 RegisterNum ) in XEmacPs_PhyRead2()
1050 static void SetUpSLCRDivisors( u32 mac_baseaddr, in SetUpSLCRDivisors()
1053 volatile u32 slcrBaseAddress; in SetUpSLCRDivisors()
1054 u32 SlcrDiv0 = 0; in SetUpSLCRDivisors()
[all …]
Dx_emacpsif_hw.c78 u32 ErrorWord;
86 u32 ErrorWord ) in emacps_error_handler()
124 u32 ErrorWord );
150 u32 ErrorWord ) in emacps_handle_error()
240 u32 netctrlreg; in HandleTxErrors()
Dx_emacpsif.h127 u32 ulCount );
149 u32 ErrorWord );
DNetworkInterface.c166 static u32 ulPHYIndex;
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/Zynq/
Dx_emacpsif_hw.c78 u32 ErrorWord;
86 u32 ErrorWord ) in emacps_error_handler()
124 u32 ErrorWord );
150 u32 ErrorWord ) in emacps_handle_error()
240 u32 netctrlreg; in HandleTxErrors()
Dx_emacpsif_physpeed.c171 u32 phy_addr, id; in detect_phy()
201 u32 phy_addr = detect_phy( xemacpsp ); in get_IEEE_phy_speed()
298 u32 phy_addr = XPAR_PCSPMA_SGMII_PHYADDR; in get_IEEE_phy_speed()
300 u32 phy_addr = detect_phy( xemacpsp ); in get_IEEE_phy_speed()
444 u32 phy_addr = detect_phy( xemacpsp ); in configure_IEEE_phy_speed()
504 volatile u32 slcrBaseAddress; in SetUpSLCRDivisors()
507 u32 SlcrDiv0; in SetUpSLCRDivisors()
508 u32 SlcrDiv1 = 0; in SetUpSLCRDivisors()
509 u32 SlcrTxClkCntrl; in SetUpSLCRDivisors()
Dx_emacpsif.h118 u32 ulCount );
138 u32 ErrorWord );
Duncached_memory.c149 if( ( ( u32 ) pucStartOfMemory ) + uncMEMORY_SIZE > DDR_MEMORY_END ) in vInitialiseUncachedMemory()