Home
last modified time | relevance | path

Searched defs:PHY_Read (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/phylan8720a/
Dfsl_phy.c142 status_t PHY_Read(ENET_Type *base, uint32_t phyAddr, uint32_t phyReg, uint32_t *dataPtr) in PHY_Read() function
/hal_nxp-latest/mcux/mcux-sdk/components/phyksz8081/
Dfsl_phy.c148 status_t PHY_Read(ENET_Type *base, uint32_t phyAddr, uint32_t phyReg, uint32_t *dataPtr) in PHY_Read() function
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Driver/Include/
DDriver_ETH_MAC.h302 …int32_t (*PHY_Read) (uint8_t phy_addr, uint8_t reg_addr, uint16_t *data); … member
/hal_nxp-latest/mcux/mcux-sdk/components/phy/
Dfsl_phy.h230 static inline status_t PHY_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData) in PHY_Read() function