/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Zynq/ |
D | x_emacpsif_physpeed.c | 190 u16 control; in get_IEEE_phy_speed() local 204 &control ); in get_IEEE_phy_speed() 205 control |= ( IEEE_CTRL_AUTONEGOTIATE_ENABLE | in get_IEEE_phy_speed() 208 XEmacPs_PhyWrite( xemacpsp, phy_addr, IEEE_CONTROL_REG_OFFSET, control ); in get_IEEE_phy_speed() 211 XEmacPs_PhyRead( xemacpsp, phy_addr, IEEE_CONTROL_REG_OFFSET, &control ); in get_IEEE_phy_speed() 214 if( ( control & IEEE_CTRL_AUTONEGOTIATE_ENABLE ) && ( status & in get_IEEE_phy_speed() 257 phylinkspeed = control & IEEE_CTRL_1GBPS_LINKSPEED_MASK; in get_IEEE_phy_speed() 278 return ( control & IEEE_CTRL_LINKSPEED_MASK ) ? 100 : 10; in get_IEEE_phy_speed() 287 u16 control; in get_IEEE_phy_speed() local 302 XEmacPs_PhyRead( xemacpsp, phy_addr, IEEE_CONTROL_REG_MAC, &control ); in get_IEEE_phy_speed() [all …]
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/xilinx_ultrascale/ |
D | x_emacpsif_physpeed.c | 269 u16 control; in configure_IEEE_phy_speed_US() local 272 XEmacPs_PhyRead( xemacpsp, phy_addr, IEEE_CONTROL_REG_MAC, &control ); in configure_IEEE_phy_speed_US() 273 control |= IEEE_RGMII_TXRX_CLOCK_DELAYED_MASK; in configure_IEEE_phy_speed_US() 274 XEmacPs_PhyWrite( xemacpsp, phy_addr, IEEE_CONTROL_REG_MAC, control ); in configure_IEEE_phy_speed_US() 278 XEmacPs_PhyRead( xemacpsp, phy_addr, IEEE_AUTONEGO_ADVERTISE_REG, &control ); in configure_IEEE_phy_speed_US() 279 control |= IEEE_ASYMMETRIC_PAUSE_MASK; in configure_IEEE_phy_speed_US() 280 control |= IEEE_PAUSE_MASK; in configure_IEEE_phy_speed_US() 281 XEmacPs_PhyWrite( xemacpsp, phy_addr, IEEE_AUTONEGO_ADVERTISE_REG, control ); in configure_IEEE_phy_speed_US() 283 XEmacPs_PhyRead( xemacpsp, phy_addr, IEEE_CONTROL_REG_OFFSET, &control ); in configure_IEEE_phy_speed_US() 284 control &= ~IEEE_CTRL_LINKSPEED_1000M; in configure_IEEE_phy_speed_US() [all …]
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/ |
D | readme.md | 107 __IO uint32_t DMACCR; // ETH_DMACCR DMA Channel control register 108 __IO uint32_t DMACTCR; // ETH_DMACTXCR Channel Tx transmit control register 109 __IO uint32_t DMACRCR; // ETH_DMACRXCR Channel Rx receive control register
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_Utils_IPv6_ConfigLowTCPMSS/ |
D | ut.cmake | 30 #list the definitions of your mocks to control what to be included
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DHCP/ |
D | ut.cmake | 32 #list the definitions of your mocks to control what to be included
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_Utils_IPv6/ |
D | ut.cmake | 30 #list the definitions of your mocks to control what to be included
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv4_Sockets/ |
D | ut.cmake | 28 #list the definitions of your mocks to control what to be included
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_ARP/ |
D | ut.cmake | 34 #list the definitions of your mocks to control what to be included
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_ARP_DataLenLessThanMinPacket/ |
D | ut.cmake | 34 #list the definitions of your mocks to control what to be included
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DNS_Networking/ |
D | ut.cmake | 32 #list the definitions of your mocks to control what to be included
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_BitConfig/ |
D | ut.cmake | 32 #list the definitions of your mocks to control what to be included
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_Utils/ |
D | ut.cmake | 31 #list the definitions of your mocks to control what to be included
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_WIN/ |
D | ut.cmake | 27 #list the definitions of your mocks to control what to be included
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv4_Utils/ |
D | ut.cmake | 31 #list the definitions of your mocks to control what to be included
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_RA/ |
D | ut.cmake | 37 #list the definitions of your mocks to control what to be included
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DNS_Parser/ |
D | ut.cmake | 33 #list the definitions of your mocks to control what to be included
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DNS/ |
D | ut.cmake | 36 #list the definitions of your mocks to control what to be included
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DNS_Cache/ |
D | ut.cmake | 34 #list the definitions of your mocks to control what to be included
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DNS_ConfigNoCallback/ |
D | ut.cmake | 36 #list the definitions of your mocks to control what to be included
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_State_Handling/ |
D | ut.cmake | 38 #list the definitions of your mocks to control what to be included
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_State_Handling_IPv4/ |
D | ut.cmake | 38 #list the definitions of your mocks to control what to be included
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_State_Handling_IPv6/ |
D | ut.cmake | 37 #list the definitions of your mocks to control what to be included
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_Transmission_IPv6/ |
D | ut.cmake | 37 #list the definitions of your mocks to control what to be included
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Stream_Buffer/ |
D | ut.cmake | 36 #list the definitions of your mocks to control what to be included
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_Reception/ |
D | ut.cmake | 37 #list the definitions of your mocks to control what to be included
|