Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_eth.c227 assert_param(IS_ETH_MEDIA_INTERFACE(heth->Init.MediaInterface)); in HAL_ETH_Init()
254 SYSCFG->PMC |= (uint32_t)heth->Init.MediaInterface; in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/Legacy/
Dstm32f7xx_hal_eth.c225 assert_param(IS_ETH_MEDIA_INTERFACE(heth->Init.MediaInterface)); in HAL_ETH_Init()
252 SYSCFG->PMC |= (uint32_t)heth->Init.MediaInterface; in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_eth.c229 assert_param(IS_ETH_MEDIA_INTERFACE(heth->Init.MediaInterface)); in HAL_ETH_Init()
253 AFIO->MAPR |= (uint32_t)heth->Init.MediaInterface; in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/Legacy/
Dstm32f4xx_hal_eth.c230 assert_param(IS_ETH_MEDIA_INTERFACE(heth->Init.MediaInterface)); in HAL_ETH_Init()
257 SYSCFG->PMC |= (uint32_t)heth->Init.MediaInterface; in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth.c345 if (heth->Init.MediaInterface == HAL_ETH_MII_MODE) in HAL_ETH_Init()
349 else if (heth->Init.MediaInterface == HAL_ETH_RGMII_MODE) in HAL_ETH_Init()
3085 if (heth->Init.MediaInterface == HAL_ETH_RGMII_MODE) in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_eth.h426 …ETH_MediaInterfaceTypeDef MediaInterface; /*!< Selects the MII interface or the RMII … member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_eth.h426 …ETH_MediaInterfaceTypeDef MediaInterface; /*!< Selects the MII interface or the RMII … member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_eth.h432 …ETH_MediaInterfaceTypeDef MediaInterface; /*!< Selects the MII interface or the RMII … member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_eth.h432 …ETH_MediaInterfaceTypeDef MediaInterface; /*!< Selects the MII interface or the RMII … member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_eth.h426 …ETH_MediaInterfaceTypeDef MediaInterface; /*!< Selects the MII interface or the RMII … member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32h7xx_hal_eth_legacy.h380 …ETH_MediaInterfaceTypeDef MediaInterface; /*!< Selects the MII interface or the RMII … member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth.h460 ETH_MediaInterfaceTypeDef MediaInterface; /*!< Selects the MII/RMII/RGMII interface. */ member
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_eth.h395 …uint32_t MediaInterface ; /*!< Selects the media-independent interfac… member
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_eth.h394 …uint32_t MediaInterface; /*!< Selects the media-independent interface or th… member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/Legacy/
Dstm32f4xx_hal_eth_legacy.h394 …uint32_t MediaInterface; /*!< Selects the media-independent interface or th… member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32f7xx_hal_eth_legacy.h395 …uint32_t MediaInterface ; /*!< Selects the media-independent interfac… member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_eth.c370 SYSCFG->PMC |= (uint32_t)heth->Init.MediaInterface; in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/Legacy/
Dstm32h7xx_hal_eth.c319 if(heth->Init.MediaInterface == HAL_ETH_MII_MODE) in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_eth.c370 SYSCFG->PMC |= (uint32_t)heth->Init.MediaInterface; in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_eth.c340 if (heth->Init.MediaInterface == HAL_ETH_MII_MODE) in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_eth.c340 if (heth->Init.MediaInterface == HAL_ETH_MII_MODE) in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_eth.c340 if (heth->Init.MediaInterface == HAL_ETH_MII_MODE) in HAL_ETH_Init()