Home
last modified time | relevance | path

Searched refs:phy_handle_t (Results 1 – 22 of 22) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/phy/
Dfsl_phy.h81 typedef struct _phy_handle phy_handle_t; typedef
142 status_t (*phyInit)(phy_handle_t *handle, const phy_config_t *config);
143 status_t (*phyWrite)(phy_handle_t *handle, uint8_t phyReg, uint16_t data);
144 status_t (*phyRead)(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData);
145 status_t (*phyWriteC45)(phy_handle_t *handle, uint8_t devAddr, uint16_t regAddr, uint16_t data);
146 … status_t (*phyReadC45)(phy_handle_t *handle, uint8_t devAddr, uint16_t regAddr, uint16_t *pdata);
147 status_t (*getAutoNegoStatus)(phy_handle_t *handle, bool *status);
148 status_t (*getLinkStatus)(phy_handle_t *handle, bool *status);
149 status_t (*getLinkSpeedDuplex)(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *duplex);
150 status_t (*setLinkSpeedDuplex)(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duplex);
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyrtl8201/
Dfsl_phyrtl8201.c40 static status_t PHY_RTL8201_MMD_SetDevice(phy_handle_t *handle,
44 static inline status_t PHY_RTL8201_MMD_ReadData(phy_handle_t *handle, uint16_t *pData);
45 static inline status_t PHY_RTL8201_MMD_WriteData(phy_handle_t *handle, uint16_t data);
46 static status_t PHY_RTL8201_MMD_Read(phy_handle_t *handle, uint8_t device, uint16_t addr, uint16_t …
47 static status_t PHY_RTL8201_MMD_Write(phy_handle_t *handle, uint8_t device, uint16_t addr, uint16_t…
69 status_t PHY_RTL8201_Init(phy_handle_t *handle, const phy_config_t *config) in PHY_RTL8201_Init()
168 status_t PHY_RTL8201_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data) in PHY_RTL8201_Write()
173 status_t PHY_RTL8201_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData) in PHY_RTL8201_Read()
178 status_t PHY_RTL8201_GetAutoNegotiationStatus(phy_handle_t *handle, bool *status) in PHY_RTL8201_GetAutoNegotiationStatus()
199 status_t PHY_RTL8201_GetLinkStatus(phy_handle_t *handle, bool *status) in PHY_RTL8201_GetLinkStatus()
[all …]
Dfsl_phyrtl8201.h72 status_t PHY_RTL8201_Init(phy_handle_t *handle, const phy_config_t *config);
84 status_t PHY_RTL8201_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data);
96 status_t PHY_RTL8201_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData);
108 status_t PHY_RTL8201_GetAutoNegotiationStatus(phy_handle_t *handle, bool *status);
120 status_t PHY_RTL8201_GetLinkStatus(phy_handle_t *handle, bool *status);
134 status_t PHY_RTL8201_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *dup…
145 status_t PHY_RTL8201_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duple…
159 status_t PHY_RTL8201_EnableLoopback(phy_handle_t *handle, phy_loop_t mode, phy_speed_t speed, bool …
171 status_t PHY_RTL8201_EnableLinkInterrupt(phy_handle_t *handle, phy_interrupt_type_t type);
180 status_t PHY_RTL8201_ClearInterrupt(phy_handle_t *handle);
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyvsc8541/
Dfsl_phyvsc8541.c47 static status_t PHY_VSC8541_MMD_SetDevice(phy_handle_t *handle,
51 static inline status_t PHY_VSC8541_MMD_ReadData(phy_handle_t *handle, uint16_t *pData);
52 static inline status_t PHY_VSC8541_MMD_WriteData(phy_handle_t *handle, uint16_t data);
53 static status_t PHY_VSC8541_MMD_Read(phy_handle_t *handle, uint8_t device, uint16_t addr, uint16_t …
54 static status_t PHY_VSC8541_MMD_Write(phy_handle_t *handle, uint8_t device, uint16_t addr, uint16_t…
74 status_t PHY_VSC8541_Init(phy_handle_t *handle, const phy_config_t *config) in PHY_VSC8541_Init()
158 status_t PHY_VSC8541_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data) in PHY_VSC8541_Write()
163 status_t PHY_VSC8541_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData) in PHY_VSC8541_Read()
168 status_t PHY_VSC8541_GetAutoNegotiationStatus(phy_handle_t *handle, bool *status) in PHY_VSC8541_GetAutoNegotiationStatus()
189 status_t PHY_VSC8541_GetLinkStatus(phy_handle_t *handle, bool *status) in PHY_VSC8541_GetLinkStatus()
[all …]
Dfsl_phyvsc8541.h72 status_t PHY_VSC8541_Init(phy_handle_t *handle, const phy_config_t *config);
84 status_t PHY_VSC8541_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data);
96 status_t PHY_VSC8541_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData);
108 status_t PHY_VSC8541_GetAutoNegotiationStatus(phy_handle_t *handle, bool *status);
120 status_t PHY_VSC8541_GetLinkStatus(phy_handle_t *handle, bool *status);
134 status_t PHY_VSC8541_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *dup…
145 status_t PHY_VSC8541_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duple…
159 status_t PHY_VSC8541_EnableLoopback(phy_handle_t *handle, phy_loop_t mode, phy_speed_t speed, bool …
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyrtl8211f/
Dfsl_phyrtl8211f.c71 static status_t PHY_RTL8211F_MMD_SetDevice(phy_handle_t *handle,
75 static inline status_t PHY_RTL8211F_MMD_ReadData(phy_handle_t *handle, uint16_t *pData);
76 static inline status_t PHY_RTL8211F_MMD_WriteData(phy_handle_t *handle, uint16_t data);
77 static status_t PHY_RTL8211F_MMD_Read(phy_handle_t *handle, uint8_t device, uint16_t addr, uint16_t…
78 static status_t PHY_RTL8211F_MMD_Write(phy_handle_t *handle, uint8_t device, uint16_t addr, uint16_…
99 status_t PHY_RTL8211F_Init(phy_handle_t *handle, const phy_config_t *config) in PHY_RTL8211F_Init()
289 status_t PHY_RTL8211F_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data) in PHY_RTL8211F_Write()
294 status_t PHY_RTL8211F_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData) in PHY_RTL8211F_Read()
299 status_t PHY_RTL8211F_GetAutoNegotiationStatus(phy_handle_t *handle, bool *status) in PHY_RTL8211F_GetAutoNegotiationStatus()
320 status_t PHY_RTL8211F_GetLinkStatus(phy_handle_t *handle, bool *status) in PHY_RTL8211F_GetLinkStatus()
[all …]
Dfsl_phyrtl8211f.h69 status_t PHY_RTL8211F_Init(phy_handle_t *handle, const phy_config_t *config);
81 status_t PHY_RTL8211F_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data);
93 status_t PHY_RTL8211F_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData);
105 status_t PHY_RTL8211F_GetAutoNegotiationStatus(phy_handle_t *handle, bool *status);
117 status_t PHY_RTL8211F_GetLinkStatus(phy_handle_t *handle, bool *status);
131 status_t PHY_RTL8211F_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *du…
142 status_t PHY_RTL8211F_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t dupl…
156 status_t PHY_RTL8211F_EnableLoopback(phy_handle_t *handle, phy_loop_t mode, phy_speed_t speed, bool…
168 status_t PHY_RTL8211F_EnableLinkInterrupt(phy_handle_t *handle, phy_interrupt_type_t type);
177 status_t PHY_RTL8211F_ClearInterrupt(phy_handle_t *handle);
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyksz8081/
Dfsl_phyksz8081.h70 status_t PHY_KSZ8081_Init(phy_handle_t *handle, const phy_config_t *config);
82 status_t PHY_KSZ8081_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data);
94 status_t PHY_KSZ8081_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData);
106 status_t PHY_KSZ8081_GetAutoNegotiationStatus(phy_handle_t *handle, bool *status);
118 status_t PHY_KSZ8081_GetLinkStatus(phy_handle_t *handle, bool *status);
132 status_t PHY_KSZ8081_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *dup…
143 status_t PHY_KSZ8081_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duple…
157 status_t PHY_KSZ8081_EnableLoopback(phy_handle_t *handle, phy_loop_t mode, phy_speed_t speed, bool …
171 status_t PHY_KSZ8081_EnableLinkInterrupt(phy_handle_t *handle, phy_interrupt_type_t type);
180 status_t PHY_KSZ8081_ClearInterrupt(phy_handle_t *handle);
Dfsl_phyksz8081.c69 status_t PHY_KSZ8081_Init(phy_handle_t *handle, const phy_config_t *config) in PHY_KSZ8081_Init()
157 status_t PHY_KSZ8081_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data) in PHY_KSZ8081_Write()
162 status_t PHY_KSZ8081_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData) in PHY_KSZ8081_Read()
167 status_t PHY_KSZ8081_GetAutoNegotiationStatus(phy_handle_t *handle, bool *status) in PHY_KSZ8081_GetAutoNegotiationStatus()
188 status_t PHY_KSZ8081_GetLinkStatus(phy_handle_t *handle, bool *status) in PHY_KSZ8081_GetLinkStatus()
213 status_t PHY_KSZ8081_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *dup… in PHY_KSZ8081_GetLinkSpeedDuplex()
254 status_t PHY_KSZ8081_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duple… in PHY_KSZ8081_SetLinkSpeedDuplex()
288 status_t PHY_KSZ8081_EnableLoopback(phy_handle_t *handle, phy_loop_t mode, phy_speed_t speed, bool … in PHY_KSZ8081_EnableLoopback()
357 status_t PHY_KSZ8081_EnableLinkInterrupt(phy_handle_t *handle, phy_interrupt_type_t type) in PHY_KSZ8081_EnableLinkInterrupt()
403 status_t PHY_KSZ8081_ClearInterrupt(phy_handle_t *handle) in PHY_KSZ8081_ClearInterrupt()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyar8031/
Dfsl_phyar8031.c80 static status_t PHY_AR8031_MMD_SetDevice(phy_handle_t *handle,
84 static inline status_t PHY_AR8031_MMD_ReadData(phy_handle_t *handle, uint16_t *data);
85 static inline status_t PHY_AR8031_MMD_WriteData(phy_handle_t *handle, uint16_t data);
86 static status_t PHY_AR8031_MMD_Read(phy_handle_t *handle, uint8_t device, uint16_t addr, uint16_t *…
87 static status_t PHY_AR8031_MMD_Write(phy_handle_t *handle, uint8_t device, uint16_t addr, uint16_t …
105 status_t PHY_AR8031_Init(phy_handle_t *handle, const phy_config_t *config) in PHY_AR8031_Init()
263 status_t PHY_AR8031_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data) in PHY_AR8031_Write()
268 status_t PHY_AR8031_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData) in PHY_AR8031_Read()
273 status_t PHY_AR8031_GetAutoNegotiationStatus(phy_handle_t *handle, bool *status) in PHY_AR8031_GetAutoNegotiationStatus()
294 status_t PHY_AR8031_GetLinkStatus(phy_handle_t *handle, bool *status) in PHY_AR8031_GetLinkStatus()
[all …]
Dfsl_phyar8031.h72 status_t PHY_AR8031_Init(phy_handle_t *handle, const phy_config_t *config);
84 status_t PHY_AR8031_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data);
96 status_t PHY_AR8031_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData);
108 status_t PHY_AR8031_GetAutoNegotiationStatus(phy_handle_t *handle, bool *status);
120 status_t PHY_AR8031_GetLinkStatus(phy_handle_t *handle, bool *status);
134 status_t PHY_AR8031_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *dupl…
145 status_t PHY_AR8031_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duplex…
159 status_t PHY_AR8031_EnableLoopback(phy_handle_t *handle, phy_loop_t mode, phy_speed_t speed, bool e…
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phydp83848/
Dfsl_phydp83848.h65 status_t PHY_DP83848_Init(phy_handle_t *handle, const phy_config_t *config);
77 status_t PHY_DP83848_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data);
89 status_t PHY_DP83848_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData);
101 status_t PHY_DP83848_GetAutoNegotiationStatus(phy_handle_t *handle, bool *status);
113 status_t PHY_DP83848_GetLinkStatus(phy_handle_t *handle, bool *status);
127 status_t PHY_DP83848_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *dup…
138 status_t PHY_DP83848_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duple…
152 status_t PHY_DP83848_EnableLoopback(phy_handle_t *handle, phy_loop_t mode, phy_speed_t speed, bool …
Dfsl_phydp83848.c48 status_t PHY_DP83848_Init(phy_handle_t *handle, const phy_config_t *config) in PHY_DP83848_Init()
119 status_t PHY_DP83848_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data) in PHY_DP83848_Write()
124 status_t PHY_DP83848_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData) in PHY_DP83848_Read()
129 status_t PHY_DP83848_GetAutoNegotiationStatus(phy_handle_t *handle, bool *status) in PHY_DP83848_GetAutoNegotiationStatus()
150 status_t PHY_DP83848_GetLinkStatus(phy_handle_t *handle, bool *status) in PHY_DP83848_GetLinkStatus()
175 status_t PHY_DP83848_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *dup… in PHY_DP83848_GetLinkSpeedDuplex()
214 status_t PHY_DP83848_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duple… in PHY_DP83848_SetLinkSpeedDuplex()
248 status_t PHY_DP83848_EnableLoopback(phy_handle_t *handle, phy_loop_t mode, phy_speed_t speed, bool … in PHY_DP83848_EnableLoopback()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyksz8041/
Dfsl_phyksz8041.h72 status_t PHY_KSZ8041_Init(phy_handle_t *handle, const phy_config_t *config);
84 status_t PHY_KSZ8041_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data);
96 status_t PHY_KSZ8041_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData);
108 status_t PHY_KSZ8041_GetAutoNegotiationStatus(phy_handle_t *handle, bool *status);
120 status_t PHY_KSZ8041_GetLinkStatus(phy_handle_t *handle, bool *status);
134 status_t PHY_KSZ8041_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *dup…
145 status_t PHY_KSZ8041_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duple…
159 status_t PHY_KSZ8041_EnableLoopback(phy_handle_t *handle, phy_loop_t mode, phy_speed_t speed, bool …
Dfsl_phyksz8041.c58 status_t PHY_KSZ8041_Init(phy_handle_t *handle, const phy_config_t *config) in PHY_KSZ8041_Init()
127 status_t PHY_KSZ8041_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data) in PHY_KSZ8041_Write()
132 status_t PHY_KSZ8041_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData) in PHY_KSZ8041_Read()
137 status_t PHY_KSZ8041_GetAutoNegotiationStatus(phy_handle_t *handle, bool *status) in PHY_KSZ8041_GetAutoNegotiationStatus()
158 status_t PHY_KSZ8041_GetLinkStatus(phy_handle_t *handle, bool *status) in PHY_KSZ8041_GetLinkStatus()
183 status_t PHY_KSZ8041_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *dup… in PHY_KSZ8041_GetLinkSpeedDuplex()
225 status_t PHY_KSZ8041_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duple… in PHY_KSZ8041_SetLinkSpeedDuplex()
259 status_t PHY_KSZ8041_EnableLoopback(phy_handle_t *handle, phy_loop_t mode, phy_speed_t speed, bool … in PHY_KSZ8041_EnableLoopback()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phylan8720a/
Dfsl_phylan8720a.h70 status_t PHY_LAN8720A_Init(phy_handle_t *handle, const phy_config_t *config);
82 status_t PHY_LAN8720A_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data);
94 status_t PHY_LAN8720A_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData);
106 status_t PHY_LAN8720A_GetAutoNegotiationStatus(phy_handle_t *handle, bool *status);
118 status_t PHY_LAN8720A_GetLinkStatus(phy_handle_t *handle, bool *status);
132 status_t PHY_LAN8720A_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *du…
143 status_t PHY_LAN8720A_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t dupl…
157 status_t PHY_LAN8720A_EnableLoopback(phy_handle_t *handle, phy_loop_t mode, phy_speed_t speed, bool…
Dfsl_phylan8720a.c64 status_t PHY_LAN8720A_Init(phy_handle_t *handle, const phy_config_t *config) in PHY_LAN8720A_Init()
148 status_t PHY_LAN8720A_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data) in PHY_LAN8720A_Write()
153 status_t PHY_LAN8720A_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData) in PHY_LAN8720A_Read()
158 status_t PHY_LAN8720A_GetAutoNegotiationStatus(phy_handle_t *handle, bool *status) in PHY_LAN8720A_GetAutoNegotiationStatus()
179 status_t PHY_LAN8720A_GetLinkStatus(phy_handle_t *handle, bool *status) in PHY_LAN8720A_GetLinkStatus()
204 status_t PHY_LAN8720A_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *du… in PHY_LAN8720A_GetLinkSpeedDuplex()
242 status_t PHY_LAN8720A_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t dupl… in PHY_LAN8720A_SetLinkSpeedDuplex()
276 status_t PHY_LAN8720A_EnableLoopback(phy_handle_t *handle, phy_loop_t mode, phy_speed_t speed, bool… in PHY_LAN8720A_EnableLoopback()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phylan8741/
Dfsl_phylan8741.h69 status_t PHY_LAN8741_Init(phy_handle_t *handle, const phy_config_t *config);
81 status_t PHY_LAN8741_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data);
93 status_t PHY_LAN8741_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData);
105 status_t PHY_LAN8741_GetAutoNegotiationStatus(phy_handle_t *handle, bool *status);
117 status_t PHY_LAN8741_GetLinkStatus(phy_handle_t *handle, bool *status);
131 status_t PHY_LAN8741_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *dup…
142 status_t PHY_LAN8741_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duple…
156 status_t PHY_LAN8741_EnableLoopback(phy_handle_t *handle, phy_loop_t mode, phy_speed_t speed, bool …
Dfsl_phylan8741.c65 status_t PHY_LAN8741_Init(phy_handle_t *handle, const phy_config_t *config) in PHY_LAN8741_Init()
162 status_t PHY_LAN8741_Write(phy_handle_t *handle, uint8_t phyReg, uint16_t data) in PHY_LAN8741_Write()
167 status_t PHY_LAN8741_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData) in PHY_LAN8741_Read()
172 status_t PHY_LAN8741_GetAutoNegotiationStatus(phy_handle_t *handle, bool *status) in PHY_LAN8741_GetAutoNegotiationStatus()
193 status_t PHY_LAN8741_GetLinkStatus(phy_handle_t *handle, bool *status) in PHY_LAN8741_GetLinkStatus()
218 status_t PHY_LAN8741_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *dup… in PHY_LAN8741_GetLinkSpeedDuplex()
256 status_t PHY_LAN8741_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duple… in PHY_LAN8741_SetLinkSpeedDuplex()
290 status_t PHY_LAN8741_EnableLoopback(phy_handle_t *handle, phy_loop_t mode, phy_speed_t speed, bool … in PHY_LAN8741_EnableLoopback()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyaqr113c/
Dfsl_phyaqr113c.h69 status_t PHY_AQR113C_Init(phy_handle_t *handle, const phy_config_t *config);
82 status_t PHY_AQR113C_Write(phy_handle_t *handle, uint8_t devAddr, uint16_t phyReg, uint16_t data);
95 status_t PHY_AQR113C_Read(phy_handle_t *handle, uint8_t devAddr, uint16_t phyReg, uint16_t *pData);
107 status_t PHY_AQR113C_GetAutoNegotiationStatus(phy_handle_t *handle, bool *status);
119 status_t PHY_AQR113C_GetLinkStatus(phy_handle_t *handle, bool *status);
133 status_t PHY_AQR113C_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *dup…
144 status_t PHY_AQR113C_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duple…
158 status_t PHY_AQR113C_EnableLoopback(phy_handle_t *handle, phy_loop_t mode, phy_speed_t speed, bool …
Dfsl_phyaqr113c.c145 status_t PHY_AQR113C_Init(phy_handle_t *handle, const phy_config_t *config) in PHY_AQR113C_Init()
268 status_t PHY_AQR113C_Write(phy_handle_t *handle, uint8_t devAddr, uint16_t phyReg, uint16_t data) in PHY_AQR113C_Write()
273 status_t PHY_AQR113C_Read(phy_handle_t *handle, uint8_t devAddr, uint16_t phyReg, uint16_t *pData) in PHY_AQR113C_Read()
278 status_t PHY_AQR113C_GetAutoNegotiationStatus(phy_handle_t *handle, bool *status) in PHY_AQR113C_GetAutoNegotiationStatus()
300 status_t PHY_AQR113C_GetLinkStatus(phy_handle_t *handle, bool *status) in PHY_AQR113C_GetLinkStatus()
361 status_t PHY_AQR113C_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *dup… in PHY_AQR113C_GetLinkSpeedDuplex()
403 status_t PHY_AQR113C_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duple… in PHY_AQR113C_SetLinkSpeedDuplex()
489 status_t PHY_AQR113C_EnableLoopback(phy_handle_t *handle, phy_loop_t mode, phy_speed_t speed, bool … in PHY_AQR113C_EnableLoopback()
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/enet/
Dfsl_enet_phy_cmsis.h36 extern phy_handle_t phyHandle;