Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/phy/
Dfsl_mdio.h46 void (*mdioInit)(mdio_handle_t *handle); /*!< MDIO interface init. */ member
87 handle->ops->mdioInit(handle); in MDIO_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/mdio/enet_qos/
Dfsl_enet_qos_mdio.c28 const mdio_operations_t enet_qos_ops = {.mdioInit = ENET_QOS_MDIO_Init,
/hal_nxp-latest/mcux/mcux-sdk/components/phy/mdio/lpc_enet/
Dfsl_enet_mdio.c28 const mdio_operations_t lpc_enet_ops = {.mdioInit = ENET_MDIO_Init,
/hal_nxp-latest/mcux/mcux-sdk/components/phy/mdio/enet/
Dfsl_enet_mdio.c31 const mdio_operations_t enet_ops = {.mdioInit = ENET_MDIO_Init,