Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw_port.h400 static inline netc_hw_mii_mode_t NETC_PortGetMIIMode(NETC_ETH_LINK_Type *base) in NETC_PortGetMIIMode()
402 … return (netc_hw_mii_mode_t)(uint32_t)(base->PM0_IF_MODE & NETC_ETH_LINK_PM0_IF_MODE_IFMODE_MASK); in NETC_PortGetMIIMode()
415 netc_hw_mii_mode_t miiMode,
Dfsl_netc_hw_port.c59 netc_hw_mii_mode_t miiMode, in NETC_PortSetMII()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/socs/imxrt1180/
Dfsl_netc_soc.h93 status_t NETC_SocSetMiiMode(netc_soc_link_t link, netc_hw_mii_mode_t miiMode);
Dfsl_netc_soc.c17 status_t NETC_SocSetMiiMode(netc_soc_link_t link, netc_hw_mii_mode_t miiMode) in NETC_SocSetMiiMode()
/hal_nxp-latest/mcux/mcux-sdk/platform/drivers/netc/socs/imxrt1180/
Dfsl_netc_soc.h93 status_t NETC_SocSetMiiMode(netc_soc_link_t link, netc_hw_mii_mode_t miiMode);
Dfsl_netc_soc.c17 status_t NETC_SocSetMiiMode(netc_soc_link_t link, netc_hw_mii_mode_t miiMode) in NETC_SocSetMiiMode()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc.h323 } netc_hw_mii_mode_t; typedef
649 netc_hw_mii_mode_t miiMode : 3; /*!< MII mode. */
Dfsl_netc_endpoint.c698 netc_hw_mii_mode_t miiMode; in EP_Up()
Dfsl_netc_switch.c447 netc_hw_mii_mode_t miiMode; in SWT_SetEthPortMII()