Home
last modified time | relevance | path

Searched refs:NETC_PortSetMII (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw_port.c58 status_t NETC_PortSetMII(NETC_ETH_LINK_Type *base, in NETC_PortSetMII() function
154 result = NETC_PortSetMII(base, config->miiMode, config->miiSpeed, config->miiDuplex); in NETC_PortConfigEthMac()
Dfsl_netc_hw_port.h414 status_t NETC_PortSetMII(NETC_ETH_LINK_Type *base,
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.c703 result = NETC_PortSetMII(handle->hw.portGroup.eth, miiMode, speed, duplex); in EP_Up()
Dfsl_netc_switch.c456 return NETC_PortSetMII(handle->hw.ports[ethPort].eth, miiMode, speed, duplex); in SWT_SetEthPortMII()