/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_eth.c | 1552 assert_param(IS_ETH_RECEIVE_OWN(macconf->ReceiveOwn)); in HAL_ETH_ConfigMAC() 1587 macconf->ReceiveOwn | in HAL_ETH_ConfigMAC() 1851 macinit.ReceiveOwn = ETH_RECEIVEOWN_ENABLE; in ETH_MACDMAConfig() 1907 macinit.ReceiveOwn | in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/Legacy/ |
D | stm32f7xx_hal_eth.c | 1559 assert_param(IS_ETH_RECEIVE_OWN(macconf->ReceiveOwn)); in HAL_ETH_ConfigMAC() 1594 macconf->ReceiveOwn | in HAL_ETH_ConfigMAC() 1858 macinit.ReceiveOwn = ETH_RECEIVEOWN_ENABLE; in ETH_MACDMAConfig() 1914 macinit.ReceiveOwn | in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_eth.c | 1546 assert_param(IS_ETH_RECEIVE_OWN(macconf->ReceiveOwn)); in HAL_ETH_ConfigMAC() 1581 macconf->ReceiveOwn | in HAL_ETH_ConfigMAC() 1843 macinit.ReceiveOwn = ETH_RECEIVEOWN_ENABLE; in ETH_MACDMAConfig() 1899 macinit.ReceiveOwn | in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/Legacy/ |
D | stm32f4xx_hal_eth.c | 1558 assert_param(IS_ETH_RECEIVE_OWN(macconf->ReceiveOwn)); in HAL_ETH_ConfigMAC() 1593 macconf->ReceiveOwn | in HAL_ETH_ConfigMAC() 1857 macinit.ReceiveOwn = ETH_RECEIVEOWN_ENABLE; in ETH_MACDMAConfig() 1913 macinit.ReceiveOwn | in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_eth.c | 2213 …macconf->ReceiveOwn = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_ROD) >> 13) == 0U) ? ENABLE : DI… in HAL_ETH_GetMACConfig() 2765 ((uint32_t)((macconf->ReceiveOwn == DISABLE) ? 1U : 0U) << 13U) | in ETH_SetMACConfig() 2871 macDefaultConf.ReceiveOwn = ENABLE; in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/Legacy/ |
D | stm32h7xx_hal_eth.c | 1910 …macconf->ReceiveOwn = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_DO) >> 10) == 0U) ? ENABLE : DIS… in HAL_ETH_GetMACConfig() 2428 … ((uint32_t)((macconf->ReceiveOwn == DISABLE) ? 1U : 0U) << 10)| in ETH_SetMACConfig() 2559 macDefaultConf.ReceiveOwn = ENABLE; in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_eth.c | 2213 …macconf->ReceiveOwn = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_ROD) >> 13) == 0U) ? ENABLE : DI… in HAL_ETH_GetMACConfig() 2765 ((uint32_t)((macconf->ReceiveOwn == DISABLE) ? 1U : 0U) << 13U) | in ETH_SetMACConfig() 2871 macDefaultConf.ReceiveOwn = ENABLE; in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_eth.c | 2240 …macconf->ReceiveOwn = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_DO) >> 10) == 0U) ? ENABLE : DIS… in HAL_ETH_GetMACConfig() 2768 ((uint32_t)((macconf->ReceiveOwn == DISABLE) ? 1U : 0U) << 10) | in ETH_SetMACConfig() 2898 macDefaultConf.ReceiveOwn = ENABLE; in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_eth.c | 2296 …macconf->ReceiveOwn = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_DO) >> 10) == 0U) ? ENABLE : DIS… in HAL_ETH_GetMACConfig() 2834 ((uint32_t)((macconf->ReceiveOwn == DISABLE) ? 1U : 0U) << 10) | in ETH_SetMACConfig() 2964 macDefaultConf.ReceiveOwn = ENABLE; in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_eth.c | 2258 …macconf->ReceiveOwn = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_DO) >> 10) == 0U) ? ENABLE : DIS… in HAL_ETH_GetMACConfig() 2786 ((uint32_t)((macconf->ReceiveOwn == DISABLE) ? 1U : 0U) << 10) | in ETH_SetMACConfig() 2916 macDefaultConf.ReceiveOwn = ENABLE; in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_eth.c | 2402 …macconf->ReceiveOwn = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_DO) >> 10) == 0U) ? ENABLE : DIS… in HAL_ETH_GetMACConfig() 2959 ((uint32_t)((macconf->ReceiveOwn == DISABLE) ? 1U : 0U) << 10) | in ETH_SetMACConfig() 3099 macDefaultConf.ReceiveOwn = ENABLE; in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_eth.h | 269 …FunctionalState ReceiveOwn; /*!< Enables or disables the Receive Own in Half Dup… member
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_eth.h | 269 …FunctionalState ReceiveOwn; /*!< Enables or disables the Receive Own in Half Dup… member
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_eth.h | 262 …FunctionalState ReceiveOwn; /*!< Enables or disables the Receive Own in Half Dup… member
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_eth.h | 262 …FunctionalState ReceiveOwn; /*!< Enables or disables the Receive Own in Half Dup… member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_eth.h | 269 …FunctionalState ReceiveOwn; /*!< Enables or disables the Receive Own in Half Dup… member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/ |
D | stm32h7xx_hal_eth_legacy.h | 255 …FunctionalState ReceiveOwn; /*!< Enables or disables the Receive Own in Half Dup… member
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_eth.h | 298 …FunctionalState ReceiveOwn; /*!< Enables or disables the Receive Own in Half Dup… member
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_eth.h | 423 uint32_t ReceiveOwn; /*!< Selects or not the ReceiveOwn, member
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_eth.h | 422 uint32_t ReceiveOwn; /*!< Selects or not the ReceiveOwn, member
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/Legacy/ |
D | stm32f4xx_hal_eth_legacy.h | 422 uint32_t ReceiveOwn; /*!< Selects or not the ReceiveOwn, member
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/ |
D | stm32f7xx_hal_eth_legacy.h | 423 uint32_t ReceiveOwn; /*!< Selects or not the ReceiveOwn, member
|