Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_eth.c1553 assert_param(IS_ETH_LOOPBACK_MODE(macconf->LoopbackMode)); in HAL_ETH_ConfigMAC()
1588 macconf->LoopbackMode | in HAL_ETH_ConfigMAC()
1852 macinit.LoopbackMode = ETH_LOOPBACKMODE_DISABLE; in ETH_MACDMAConfig()
1908 macinit.LoopbackMode | in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/Legacy/
Dstm32f7xx_hal_eth.c1560 assert_param(IS_ETH_LOOPBACK_MODE(macconf->LoopbackMode)); in HAL_ETH_ConfigMAC()
1595 macconf->LoopbackMode | in HAL_ETH_ConfigMAC()
1859 macinit.LoopbackMode = ETH_LOOPBACKMODE_DISABLE; in ETH_MACDMAConfig()
1915 macinit.LoopbackMode | in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_eth.c1547 assert_param(IS_ETH_LOOPBACK_MODE(macconf->LoopbackMode)); in HAL_ETH_ConfigMAC()
1582 macconf->LoopbackMode | in HAL_ETH_ConfigMAC()
1844 macinit.LoopbackMode = ETH_LOOPBACKMODE_DISABLE; in ETH_MACDMAConfig()
1900 macinit.LoopbackMode | in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/Legacy/
Dstm32f4xx_hal_eth.c1559 assert_param(IS_ETH_LOOPBACK_MODE(macconf->LoopbackMode)); in HAL_ETH_ConfigMAC()
1594 macconf->LoopbackMode | in HAL_ETH_ConfigMAC()
1858 macinit.LoopbackMode = ETH_LOOPBACKMODE_DISABLE; in ETH_MACDMAConfig()
1914 macinit.LoopbackMode | in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_eth.c2214 …macconf->LoopbackMode = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_LM) >> 12) > 0U) ? ENABLE : DI… in HAL_ETH_GetMACConfig()
2766 ((uint32_t)macconf->LoopbackMode << 12U) | in ETH_SetMACConfig()
2872 macDefaultConf.LoopbackMode = DISABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/Legacy/
Dstm32h7xx_hal_eth.c1912 …macconf->LoopbackMode = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_LM) >> 12) > 0U) ? ENABLE : DI… in HAL_ETH_GetMACConfig()
2426 ((uint32_t)macconf->LoopbackMode << 12) | in ETH_SetMACConfig()
2553 macDefaultConf.LoopbackMode = DISABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_eth.c2214 …macconf->LoopbackMode = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_LM) >> 12) > 0U) ? ENABLE : DI… in HAL_ETH_GetMACConfig()
2766 ((uint32_t)macconf->LoopbackMode << 12U) | in ETH_SetMACConfig()
2872 macDefaultConf.LoopbackMode = DISABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_eth.c2243 …macconf->LoopbackMode = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_LM) >> 12) > 0U) ? ENABLE : DI… in HAL_ETH_GetMACConfig()
2766 ((uint32_t)macconf->LoopbackMode << 12) | in ETH_SetMACConfig()
2892 macDefaultConf.LoopbackMode = DISABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_eth.c2299 …macconf->LoopbackMode = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_LM) >> 12) > 0U) ? ENABLE : DI… in HAL_ETH_GetMACConfig()
2832 ((uint32_t)macconf->LoopbackMode << 12) | in ETH_SetMACConfig()
2958 macDefaultConf.LoopbackMode = DISABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_eth.c2261 …macconf->LoopbackMode = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_LM) >> 12) > 0U) ? ENABLE : DI… in HAL_ETH_GetMACConfig()
2784 ((uint32_t)macconf->LoopbackMode << 12) | in ETH_SetMACConfig()
2910 macDefaultConf.LoopbackMode = DISABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth.c2405 …macconf->LoopbackMode = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_LM) >> 12) > 0U) ? ENABLE : DI… in HAL_ETH_GetMACConfig()
2957 ((uint32_t)macconf->LoopbackMode << 12) | in ETH_SetMACConfig()
3083 macDefaultConf.LoopbackMode = DISABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_eth.h264 FunctionalState LoopbackMode; /*!< Enables or disables the loopback mode */ member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_eth.h264 FunctionalState LoopbackMode; /*!< Enables or disables the loopback mode */ member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_eth.h257 FunctionalState LoopbackMode; /*!< Enables or disables the loopback mode */ member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_eth.h257 FunctionalState LoopbackMode; /*!< Enables or disables the loopback mode */ member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_eth.h264 FunctionalState LoopbackMode; /*!< Enables or disables the loopback mode */ member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32h7xx_hal_eth_legacy.h251 FunctionalState LoopbackMode; /*!< Enables or disables the loopback mode */ member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth.h293 FunctionalState LoopbackMode; /*!< Enables or disables the loopback mode */ member
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_eth.h428 …uint32_t LoopbackMode; /*!< Selects or not the internal MAC MII Loopback … member
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_eth.h427 …uint32_t LoopbackMode; /*!< Selects or not the internal MAC MII Loopback … member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/Legacy/
Dstm32f4xx_hal_eth_legacy.h427 …uint32_t LoopbackMode; /*!< Selects or not the internal MAC MII Loopback … member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32f7xx_hal_eth_legacy.h428 …uint32_t LoopbackMode; /*!< Selects or not the internal MAC MII Loopback … member