Home
last modified time | relevance | path

Searched refs:speed (Results 1 – 25 of 86) sorted by relevance

1234

/hal_nxp-latest/mcux/mcux-sdk/boards/evkbimxrt1050/wireless_config_template/
Dsdmmc_config.c175 uint32_t speed = 0U, strength = 0U; in BOARD_SD_Pin_Config() local
179 speed = 0U; in BOARD_SD_Pin_Config()
184 speed = 2U; in BOARD_SD_Pin_Config()
189 speed = 3U; in BOARD_SD_Pin_Config()
194 IOMUXC_SW_PAD_CTL_PAD_SPEED(speed) | IOMUXC_SW_PAD_CTL_PAD_SRE_MASK | in BOARD_SD_Pin_Config()
199 IOMUXC_SW_PAD_CTL_PAD_SPEED(speed) | IOMUXC_SW_PAD_CTL_PAD_SRE_MASK | in BOARD_SD_Pin_Config()
203 IOMUXC_SW_PAD_CTL_PAD_SPEED(speed) | IOMUXC_SW_PAD_CTL_PAD_SRE_MASK | in BOARD_SD_Pin_Config()
208 IOMUXC_SW_PAD_CTL_PAD_SPEED(speed) | IOMUXC_SW_PAD_CTL_PAD_SRE_MASK | in BOARD_SD_Pin_Config()
213 IOMUXC_SW_PAD_CTL_PAD_SPEED(speed) | IOMUXC_SW_PAD_CTL_PAD_SRE_MASK | in BOARD_SD_Pin_Config()
218 IOMUXC_SW_PAD_CTL_PAD_SPEED(speed) | IOMUXC_SW_PAD_CTL_PAD_SRE_MASK | in BOARD_SD_Pin_Config()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phydp83848/
Dfsl_phydp83848.c96 assert(config->speed <= kPHY_Speed100M); in PHY_DP83848_Init()
112 result = PHY_DP83848_SetLinkSpeedDuplex(handle, config->speed, config->duplex); in PHY_DP83848_Init()
175 status_t PHY_DP83848_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *dup… in PHY_DP83848_GetLinkSpeedDuplex() argument
177 assert(!((speed == NULL) && (duplex == NULL))); in PHY_DP83848_GetLinkSpeedDuplex()
186 if (speed != NULL) in PHY_DP83848_GetLinkSpeedDuplex()
190 *speed = kPHY_Speed10M; in PHY_DP83848_GetLinkSpeedDuplex()
194 *speed = kPHY_Speed100M; 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() argument
217 assert(speed <= kPHY_Speed100M); in PHY_DP83848_SetLinkSpeedDuplex()
227 if (speed == kPHY_Speed100M) in PHY_DP83848_SetLinkSpeedDuplex()
[all …]
Dfsl_phydp83848.h127 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 …
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyksz8041/
Dfsl_phyksz8041.c104 assert(config->speed <= kPHY_Speed100M); in PHY_KSZ8041_Init()
120 result = PHY_KSZ8041_SetLinkSpeedDuplex(handle, config->speed, config->duplex); in PHY_KSZ8041_Init()
183 status_t PHY_KSZ8041_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *dup… in PHY_KSZ8041_GetLinkSpeedDuplex() argument
185 assert(!((speed == NULL) && (duplex == NULL))); in PHY_KSZ8041_GetLinkSpeedDuplex()
195 if (speed != NULL) in PHY_KSZ8041_GetLinkSpeedDuplex()
200 *speed = kPHY_Speed100M; in PHY_KSZ8041_GetLinkSpeedDuplex()
204 *speed = kPHY_Speed10M; 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() argument
228 assert(speed <= kPHY_Speed100M); in PHY_KSZ8041_SetLinkSpeedDuplex()
238 if (speed == kPHY_Speed100M) in PHY_KSZ8041_SetLinkSpeedDuplex()
[all …]
Dfsl_phyksz8041.h134 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 …
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phylan8720a/
Dfsl_phylan8720a.c126 assert(config->speed <= kPHY_Speed100M); in PHY_LAN8720A_Init()
142 result = PHY_LAN8720A_SetLinkSpeedDuplex(handle, config->speed, config->duplex); in PHY_LAN8720A_Init()
204 status_t PHY_LAN8720A_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *du… in PHY_LAN8720A_GetLinkSpeedDuplex() argument
206 assert(!((speed == NULL) && (duplex == NULL))); in PHY_LAN8720A_GetLinkSpeedDuplex()
215 if (speed != NULL) in PHY_LAN8720A_GetLinkSpeedDuplex()
219 *speed = kPHY_Speed100M; in PHY_LAN8720A_GetLinkSpeedDuplex()
223 *speed = kPHY_Speed10M; 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() argument
245 assert(speed <= kPHY_Speed100M); in PHY_LAN8720A_SetLinkSpeedDuplex()
255 if (speed == kPHY_Speed100M) in PHY_LAN8720A_SetLinkSpeedDuplex()
[all …]
Dfsl_phylan8720a.h132 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…
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phylan8741/
Dfsl_phylan8741.c140 assert(config->speed <= kPHY_Speed100M); in PHY_LAN8741_Init()
156 result = PHY_LAN8741_SetLinkSpeedDuplex(handle, config->speed, config->duplex); in PHY_LAN8741_Init()
218 status_t PHY_LAN8741_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *dup… in PHY_LAN8741_GetLinkSpeedDuplex() argument
220 assert(!((speed == NULL) && (duplex == NULL))); in PHY_LAN8741_GetLinkSpeedDuplex()
229 if (speed != NULL) in PHY_LAN8741_GetLinkSpeedDuplex()
233 *speed = kPHY_Speed100M; in PHY_LAN8741_GetLinkSpeedDuplex()
237 *speed = kPHY_Speed10M; 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() argument
259 assert(speed <= kPHY_Speed100M); in PHY_LAN8741_SetLinkSpeedDuplex()
269 if (speed == kPHY_Speed100M) in PHY_LAN8741_SetLinkSpeedDuplex()
[all …]
Dfsl_phylan8741.h131 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 …
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyksz8081/
Dfsl_phyksz8081.c128 assert(config->speed <= kPHY_Speed100M); in PHY_KSZ8081_Init()
144 result = PHY_KSZ8081_SetLinkSpeedDuplex(handle, config->speed, config->duplex); in PHY_KSZ8081_Init()
213 status_t PHY_KSZ8081_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *dup… in PHY_KSZ8081_GetLinkSpeedDuplex() argument
215 assert(!((speed == NULL) && (duplex == NULL))); in PHY_KSZ8081_GetLinkSpeedDuplex()
225 if (speed != NULL) in PHY_KSZ8081_GetLinkSpeedDuplex()
230 *speed = kPHY_Speed100M; in PHY_KSZ8081_GetLinkSpeedDuplex()
234 *speed = kPHY_Speed10M; 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() argument
257 assert(speed <= kPHY_Speed100M); in PHY_KSZ8081_SetLinkSpeedDuplex()
267 if (speed == kPHY_Speed100M) in PHY_KSZ8081_SetLinkSpeedDuplex()
[all …]
Dfsl_phyksz8081.h132 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 …
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyvsc8541/
Dfsl_phyvsc8541.c153 result = PHY_VSC8541_SetLinkSpeedDuplex(handle, config->speed, config->duplex); in PHY_VSC8541_Init()
214 status_t PHY_VSC8541_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *dup… in PHY_VSC8541_GetLinkSpeedDuplex() argument
216 assert(!((speed == NULL) && (duplex == NULL))); in PHY_VSC8541_GetLinkSpeedDuplex()
225 if (speed != NULL) in PHY_VSC8541_GetLinkSpeedDuplex()
230 *speed = kPHY_Speed10M; in PHY_VSC8541_GetLinkSpeedDuplex()
233 *speed = kPHY_Speed100M; in PHY_VSC8541_GetLinkSpeedDuplex()
236 *speed = kPHY_Speed1000M; in PHY_VSC8541_GetLinkSpeedDuplex()
239 *speed = kPHY_Speed10M; in PHY_VSC8541_GetLinkSpeedDuplex()
259 status_t PHY_VSC8541_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duple… in PHY_VSC8541_SetLinkSpeedDuplex() argument
269 if (speed == kPHY_Speed1000M) in PHY_VSC8541_SetLinkSpeedDuplex()
[all …]
Dfsl_phyvsc8541.h134 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/phyar8031/
Dfsl_phyar8031.c256 result = PHY_AR8031_SetLinkSpeedDuplex(handle, config->speed, config->duplex); in PHY_AR8031_Init()
319 status_t PHY_AR8031_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *dupl… in PHY_AR8031_GetLinkSpeedDuplex() argument
321 assert(!((speed == NULL) && (duplex == NULL))); in PHY_AR8031_GetLinkSpeedDuplex()
330 if (speed != NULL) in PHY_AR8031_GetLinkSpeedDuplex()
335 *speed = kPHY_Speed10M; in PHY_AR8031_GetLinkSpeedDuplex()
338 *speed = kPHY_Speed100M; in PHY_AR8031_GetLinkSpeedDuplex()
341 *speed = kPHY_Speed1000M; in PHY_AR8031_GetLinkSpeedDuplex()
344 *speed = kPHY_Speed10M; in PHY_AR8031_GetLinkSpeedDuplex()
365 status_t PHY_AR8031_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duplex) in PHY_AR8031_SetLinkSpeedDuplex() argument
375 if (speed == kPHY_Speed1000M) in PHY_AR8031_SetLinkSpeedDuplex()
[all …]
Dfsl_phyar8031.h134 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/phyaqr113c/
Dfsl_phyaqr113c.c262 result = PHY_AQR113C_SetLinkSpeedDuplex(handle, config->speed, config->duplex); in PHY_AQR113C_Init()
361 status_t PHY_AQR113C_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *dup… in PHY_AQR113C_GetLinkSpeedDuplex() argument
363 assert(!((speed == NULL) && (duplex == NULL))); in PHY_AQR113C_GetLinkSpeedDuplex()
377 *speed = kPHY_Speed10M; in PHY_AQR113C_GetLinkSpeedDuplex()
380 *speed = kPHY_Speed100M; in PHY_AQR113C_GetLinkSpeedDuplex()
383 *speed = kPHY_Speed1000M; in PHY_AQR113C_GetLinkSpeedDuplex()
386 *speed = kPHY_Speed2500M; in PHY_AQR113C_GetLinkSpeedDuplex()
389 *speed = kPHY_Speed5G; in PHY_AQR113C_GetLinkSpeedDuplex()
392 *speed = kPHY_Speed10G; in PHY_AQR113C_GetLinkSpeedDuplex()
395 *speed = kPHY_Speed10M; in PHY_AQR113C_GetLinkSpeedDuplex()
[all …]
Dfsl_phyaqr113c.h133 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 …
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyrtl8211f/
Dfsl_phyrtl8211f.c277 result = PHY_RTL8211F_SetLinkSpeedDuplex(handle, config->speed, config->duplex); in PHY_RTL8211F_Init()
345 status_t PHY_RTL8211F_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *du… in PHY_RTL8211F_GetLinkSpeedDuplex() argument
347 assert(!((speed == NULL) && (duplex == NULL))); in PHY_RTL8211F_GetLinkSpeedDuplex()
356 if (speed != NULL) in PHY_RTL8211F_GetLinkSpeedDuplex()
361 *speed = kPHY_Speed10M; in PHY_RTL8211F_GetLinkSpeedDuplex()
364 *speed = kPHY_Speed100M; in PHY_RTL8211F_GetLinkSpeedDuplex()
367 *speed = kPHY_Speed1000M; in PHY_RTL8211F_GetLinkSpeedDuplex()
370 *speed = kPHY_Speed10M; in PHY_RTL8211F_GetLinkSpeedDuplex()
390 status_t PHY_RTL8211F_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t dupl… in PHY_RTL8211F_SetLinkSpeedDuplex() argument
400 if (speed == kPHY_Speed1000M) in PHY_RTL8211F_SetLinkSpeedDuplex()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/phy/
Dfsl_phy.h149 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);
151 … status_t (*enableLoopback)(phy_handle_t *handle, phy_loop_t mode, phy_speed_t speed, bool enable);
162 phy_speed_t speed; /*!< PHY speed configuration. */ member
309 static inline status_t PHY_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_… in PHY_GetLinkSpeedDuplex() argument
311 return handle->ops->getLinkSpeedDuplex(handle, speed, duplex); in PHY_GetLinkSpeedDuplex()
323 static inline status_t PHY_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t… in PHY_SetLinkSpeedDuplex() argument
325 return handle->ops->setLinkSpeedDuplex(handle, speed, duplex); in PHY_SetLinkSpeedDuplex()
340 static inline status_t PHY_EnableLoopback(phy_handle_t *handle, phy_loop_t mode, phy_speed_t speed,… in PHY_EnableLoopback() argument
342 return handle->ops->enableLoopback(handle, mode, speed, enable); in PHY_EnableLoopback()
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimxrt1060/wireless_config_template/
Dsdmmc_config.c174 uint32_t speed = 0U, strength = 0U; in BOARD_SD_Pin_Config() local
178 speed = 0U; in BOARD_SD_Pin_Config()
183 speed = 2U; in BOARD_SD_Pin_Config()
188 speed = 3U; in BOARD_SD_Pin_Config()
193 IOMUXC_SW_PAD_CTL_PAD_SPEED(speed) | IOMUXC_SW_PAD_CTL_PAD_SRE_MASK | in BOARD_SD_Pin_Config()
198 IOMUXC_SW_PAD_CTL_PAD_SPEED(speed) | IOMUXC_SW_PAD_CTL_PAD_SRE_MASK | in BOARD_SD_Pin_Config()
202 IOMUXC_SW_PAD_CTL_PAD_SPEED(speed) | IOMUXC_SW_PAD_CTL_PAD_SRE_MASK | in BOARD_SD_Pin_Config()
207 IOMUXC_SW_PAD_CTL_PAD_SPEED(speed) | IOMUXC_SW_PAD_CTL_PAD_SRE_MASK | in BOARD_SD_Pin_Config()
212 IOMUXC_SW_PAD_CTL_PAD_SPEED(speed) | IOMUXC_SW_PAD_CTL_PAD_SRE_MASK | in BOARD_SD_Pin_Config()
217 IOMUXC_SW_PAD_CTL_PAD_SPEED(speed) | IOMUXC_SW_PAD_CTL_PAD_SRE_MASK | in BOARD_SD_Pin_Config()
/hal_nxp-latest/mcux/mcux-sdk/boards/evkbmimxrt1060/wireless_config_template/
Dsdmmc_config.c174 uint32_t speed = 0U, strength = 0U; in BOARD_SD_Pin_Config() local
178 speed = 0U; in BOARD_SD_Pin_Config()
183 speed = 2U; in BOARD_SD_Pin_Config()
188 speed = 3U; in BOARD_SD_Pin_Config()
193 IOMUXC_SW_PAD_CTL_PAD_SPEED(speed) | IOMUXC_SW_PAD_CTL_PAD_SRE_MASK | in BOARD_SD_Pin_Config()
198 IOMUXC_SW_PAD_CTL_PAD_SPEED(speed) | IOMUXC_SW_PAD_CTL_PAD_SRE_MASK | in BOARD_SD_Pin_Config()
202 IOMUXC_SW_PAD_CTL_PAD_SPEED(speed) | IOMUXC_SW_PAD_CTL_PAD_SRE_MASK | in BOARD_SD_Pin_Config()
207 IOMUXC_SW_PAD_CTL_PAD_SPEED(speed) | IOMUXC_SW_PAD_CTL_PAD_SRE_MASK | in BOARD_SD_Pin_Config()
212 IOMUXC_SW_PAD_CTL_PAD_SPEED(speed) | IOMUXC_SW_PAD_CTL_PAD_SRE_MASK | in BOARD_SD_Pin_Config()
217 IOMUXC_SW_PAD_CTL_PAD_SPEED(speed) | IOMUXC_SW_PAD_CTL_PAD_SRE_MASK | in BOARD_SD_Pin_Config()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyrtl8201/
Dfsl_phyrtl8201.c163 result = PHY_RTL8201_SetLinkSpeedDuplex(handle, config->speed, config->duplex); in PHY_RTL8201_Init()
230 status_t PHY_RTL8201_GetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t *speed, phy_duplex_t *dup… in PHY_RTL8201_GetLinkSpeedDuplex() argument
232 assert(!((speed == NULL) && (duplex == NULL))); in PHY_RTL8201_GetLinkSpeedDuplex()
241 if (speed != NULL) in PHY_RTL8201_GetLinkSpeedDuplex()
245 *speed = kPHY_Speed100M; in PHY_RTL8201_GetLinkSpeedDuplex()
249 *speed = kPHY_Speed10M; in PHY_RTL8201_GetLinkSpeedDuplex()
268 status_t PHY_RTL8201_SetLinkSpeedDuplex(phy_handle_t *handle, phy_speed_t speed, phy_duplex_t duple… in PHY_RTL8201_SetLinkSpeedDuplex() argument
278 if (speed == kPHY_Speed100M) in PHY_RTL8201_SetLinkSpeedDuplex()
299 status_t PHY_RTL8201_EnableLoopback(phy_handle_t *handle, phy_loop_t mode, phy_speed_t speed, bool … in PHY_RTL8201_EnableLoopback() argument
310 if (speed == kPHY_Speed1000M) in PHY_RTL8201_EnableLoopback()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/enet/
Dfsl_enet_phy_cmsis.c253 phy_speed_t speed; in PHY0_GetLinkInfo() local
257 status = PHY_GetLinkSpeedDuplex(&phyHandle, &speed, &duplex); in PHY0_GetLinkInfo()
260 if (speed == kPHY_Speed10M) in PHY0_GetLinkInfo()
262 linkInfo.speed = ARM_ETH_SPEED_10M; in PHY0_GetLinkInfo()
264 else if (speed == kPHY_Speed100M) in PHY0_GetLinkInfo()
266 linkInfo.speed = ARM_ETH_SPEED_100M; in PHY0_GetLinkInfo()
270 linkInfo.speed = ARM_ETH_SPEED_1G; in PHY0_GetLinkInfo()
/hal_nxp-latest/mcux/mcux-sdk/components/phyksz8081/
Dfsl_phy.c184 status_t PHY_EnableLoopback(ENET_Type *base, uint32_t phyAddr, phy_loop_t mode, phy_speed_t speed, … in PHY_EnableLoopback() argument
194 if (speed == kPHY_Speed100M) in PHY_EnableLoopback()
265 status_t PHY_GetLinkSpeedDuplex(ENET_Type *base, uint32_t phyAddr, phy_speed_t *speed, phy_duplex_t… in PHY_GetLinkSpeedDuplex() argument
292 *speed = kPHY_Speed100M; in PHY_GetLinkSpeedDuplex()
296 *speed = kPHY_Speed10M; in PHY_GetLinkSpeedDuplex()
/hal_nxp-latest/mcux/mcux-sdk/components/phylan8720a/
Dfsl_phy.c207 status_t PHY_GetLinkSpeedDuplex(ENET_Type *base, uint32_t phyAddr, phy_speed_t *speed, phy_duplex_t… in PHY_GetLinkSpeedDuplex() argument
210 assert(speed); in PHY_GetLinkSpeedDuplex()
233 *speed = kPHY_Speed100M; in PHY_GetLinkSpeedDuplex()
237 *speed = kPHY_Speed10M; in PHY_GetLinkSpeedDuplex()

1234