Home
last modified time | relevance | path

Searched refs:phyConfig (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/enet/
Dfsl_enet_phy_cmsis.c111 phy_config_t phyConfig = {0}; in PHY0_PowerControl() local
119 phyConfig.phyAddr = ENETPHY0_State.resource->phyAddr; in PHY0_PowerControl()
120 phyConfig.ops = ENETPHY0_State.resource->ops; in PHY0_PowerControl()
121 phyConfig.resource = ENETPHY0_State.resource->opsResource; in PHY0_PowerControl()
122 phyConfig.autoNeg = true; in PHY0_PowerControl()
123 status = PHY_Init(&phyHandle, &phyConfig); in PHY0_PowerControl()
175 phy_config_t phyConfig = {0}; in PHY0_SetMode() local
191 phyConfig.phyAddr = ENETPHY0_State.resource->phyAddr; in PHY0_SetMode()
192 phyConfig.ops = ENETPHY0_State.resource->ops; in PHY0_SetMode()
193 phyConfig.resource = &ENETPHY0_State.resource->opsResource; in PHY0_SetMode()
[all …]
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/phy/
Dusb_phy.c72 uint32_t USB_EhciPhyInit(uint8_t controllerId, uint32_t freq, usb_phy_config_struct_t *phyConfig) in USB_EhciPhyInit() argument
112 if (NULL != phyConfig) in USB_EhciPhyInit()
117 (USBPHY_TX_D_CAL(phyConfig->D_CAL) | USBPHY_TX_TXCAL45DP(phyConfig->TXCAL45DP) | in USB_EhciPhyInit()
118 USBPHY_TX_TXCAL45DM(phyConfig->TXCAL45DM))); in USB_EhciPhyInit()
137 …_t USB_EhciLowPowerPhyInit(uint8_t controllerId, uint32_t freq, usb_phy_config_struct_t *phyConfig) in USB_EhciLowPowerPhyInit() argument
176 if (NULL != phyConfig) in USB_EhciLowPowerPhyInit()
181 (USBPHY_TX_D_CAL(phyConfig->D_CAL) | USBPHY_TX_TXCAL45DP(phyConfig->TXCAL45DP) | in USB_EhciLowPowerPhyInit()
182 USBPHY_TX_TXCAL45DM(phyConfig->TXCAL45DM))); in USB_EhciLowPowerPhyInit()
Dusb_phy.h50 … uint32_t USB_EhciPhyInit(uint8_t controllerId, uint32_t freq, usb_phy_config_struct_t *phyConfig);
64 …t USB_EhciLowPowerPhyInit(uint8_t controllerId, uint32_t freq, usb_phy_config_struct_t *phyConfig);