Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_eth.c1552 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/
Dstm32f7xx_hal_eth.c1559 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/
Dstm32f1xx_hal_eth.c1546 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/
Dstm32f4xx_hal_eth.c1558 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/
Dstm32f7xx_hal_eth.c2213 …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/
Dstm32h7xx_hal_eth.c1910 …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/
Dstm32f4xx_hal_eth.c2213 …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/
Dstm32h7rsxx_hal_eth.c2240 …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/
Dstm32h7xx_hal_eth.c2296 …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/
Dstm32h5xx_hal_eth.c2258 …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/
Dstm32n6xx_hal_eth.c2402 …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/
Dstm32h5xx_hal_eth.h269 …FunctionalState ReceiveOwn; /*!< Enables or disables the Receive Own in Half Dup… member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_eth.h269 …FunctionalState ReceiveOwn; /*!< Enables or disables the Receive Own in Half Dup… member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_eth.h262 …FunctionalState ReceiveOwn; /*!< Enables or disables the Receive Own in Half Dup… member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_eth.h262 …FunctionalState ReceiveOwn; /*!< Enables or disables the Receive Own in Half Dup… member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_eth.h269 …FunctionalState ReceiveOwn; /*!< Enables or disables the Receive Own in Half Dup… member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32h7xx_hal_eth_legacy.h255 …FunctionalState ReceiveOwn; /*!< Enables or disables the Receive Own in Half Dup… member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth.h298 …FunctionalState ReceiveOwn; /*!< Enables or disables the Receive Own in Half Dup… member
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_eth.h423 uint32_t ReceiveOwn; /*!< Selects or not the ReceiveOwn, member
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_eth.h422 uint32_t ReceiveOwn; /*!< Selects or not the ReceiveOwn, member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/Legacy/
Dstm32f4xx_hal_eth_legacy.h422 uint32_t ReceiveOwn; /*!< Selects or not the ReceiveOwn, member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32f7xx_hal_eth_legacy.h423 uint32_t ReceiveOwn; /*!< Selects or not the ReceiveOwn, member