Home
last modified time | relevance | path

Searched refs:PHY_Init (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/enet/
Dfsl_enet_phy_cmsis.c123 status = PHY_Init(&phyHandle, &phyConfig); in PHY0_PowerControl()
195 status = PHY_Init(&phyHandle, &phyConfig); in PHY0_SetMode()
/hal_nxp-latest/mcux/mcux-sdk/components/phylan8720a/
Dfsl_phy.h103 status_t PHY_Init(ENET_Type *base, uint32_t phyAddr, uint32_t srcClock_Hz);
Dfsl_phy.c30 status_t PHY_Init(ENET_Type *base, uint32_t phyAddr, uint32_t srcClock_Hz) in PHY_Init() function
/hal_nxp-latest/mcux/mcux-sdk/components/phyksz8081/
Dfsl_phy.h124 status_t PHY_Init(ENET_Type *base, uint32_t phyAddr, uint32_t srcClock_Hz);
Dfsl_phy.c30 status_t PHY_Init(ENET_Type *base, uint32_t phyAddr, uint32_t srcClock_Hz) in PHY_Init() function
/hal_nxp-latest/mcux/mcux-sdk/components/phy/
Dfsl_phy.h200 static inline status_t PHY_Init(phy_handle_t *handle, const phy_config_t *config) in PHY_Init() function