Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/phylan8720a/
Dfsl_phy.c104 status_t PHY_Write(ENET_Type *base, uint32_t phyAddr, uint32_t phyReg, uint32_t data) in PHY_Write() function
/hal_nxp-latest/mcux/mcux-sdk/components/phyksz8081/
Dfsl_phy.c117 status_t PHY_Write(ENET_Type *base, uint32_t phyAddr, uint32_t phyReg, uint32_t data) in PHY_Write() function
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Driver/Include/
DDriver_ETH_MAC.h303 …int32_t (*PHY_Write) (uint8_t phy_addr, uint8_t reg_addr, uint16_t data); … member
/hal_nxp-latest/mcux/mcux-sdk/components/phy/
Dfsl_phy.h215 static inline status_t PHY_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data) in PHY_Write() function