Searched refs:interface_speed_type (Results 1 – 2 of 2) sorted by relevance
192 static void ethernet_portpins_init (cy_ecm_speed_type_t interface_speed_type);476 if( config->interface_speed_type == CY_ECM_SPEED_TYPE_MII) in ecm_config_to_speed_sel()480 else if( config->interface_speed_type == CY_ECM_SPEED_TYPE_GMII) in ecm_config_to_speed_sel()484 else if( config->interface_speed_type == CY_ECM_SPEED_TYPE_RGMII) in ecm_config_to_speed_sel()555 static void ethernet_portpins_init (cy_ecm_speed_type_t interface_speed_type) in ethernet_portpins_init() argument557 (void)interface_speed_type; in ethernet_portpins_init()705 ethernet_portpins_init(ecm_phy_config->interface_speed_type); in cy_eth_driver_initialization()760 if(ecm_phy_config->interface_speed_type != CY_ECM_SPEED_TYPE_RGMII) in enable_phy_DP83867IR_extended_reg()788 phy_interface_type.interface_speed_type = CY_ECM_SPEED_TYPE_RGMII; in rt_ifx_eth_init()792 ,phy_interface_type.interface_speed_type in rt_ifx_eth_init()
65 … cy_ecm_speed_type_t interface_speed_type; /**< Standard interface to be used for data transfer */ member
Completed in 7 milliseconds