| /hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
| D | stm32f2xx_hal_eth.c | 1549 assert_param(IS_ETH_JABBER(macconf->Jabber)); in HAL_ETH_ConfigMAC() 1583 macconf->Jabber | in HAL_ETH_ConfigMAC() 1848 macinit.Jabber = ETH_JABBER_ENABLE; in ETH_MACDMAConfig() 1903 macinit.Jabber | in ETH_MACDMAConfig()
|
| /hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/Legacy/ |
| D | stm32f7xx_hal_eth.c | 1556 assert_param(IS_ETH_JABBER(macconf->Jabber)); in HAL_ETH_ConfigMAC() 1590 macconf->Jabber | in HAL_ETH_ConfigMAC() 1855 macinit.Jabber = ETH_JABBER_ENABLE; in ETH_MACDMAConfig() 1910 macinit.Jabber | in ETH_MACDMAConfig()
|
| /hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
| D | stm32f1xx_hal_eth.c | 1543 assert_param(IS_ETH_JABBER(macconf->Jabber)); in HAL_ETH_ConfigMAC() 1577 macconf->Jabber | in HAL_ETH_ConfigMAC() 1840 macinit.Jabber = ETH_JABBER_ENABLE; in ETH_MACDMAConfig() 1895 macinit.Jabber | in ETH_MACDMAConfig()
|
| /hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/Legacy/ |
| D | stm32f4xx_hal_eth.c | 1555 assert_param(IS_ETH_JABBER(macconf->Jabber)); in HAL_ETH_ConfigMAC() 1589 macconf->Jabber | in HAL_ETH_ConfigMAC() 1854 macinit.Jabber = ETH_JABBER_ENABLE; in ETH_MACDMAConfig() 1909 macinit.Jabber | in ETH_MACDMAConfig()
|
| /hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
| D | stm32f7xx_hal_eth.c | 2217 …macconf->Jabber = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_JD) >> 22) == 0U) ? ENABLE : DISABLE; in HAL_ETH_GetMACConfig() 2761 ((uint32_t)((macconf->Jabber == DISABLE) ? 1U : 0U) << 22U) | in ETH_SetMACConfig() 2868 macDefaultConf.Jabber = ENABLE; in ETH_MACDMAConfig()
|
| /hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/Legacy/ |
| D | stm32h7xx_hal_eth.c | 1916 macconf->Jabber = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_JD) >>17) == 0U) ? ENABLE : DISABLE; in HAL_ETH_GetMACConfig() 2422 ((uint32_t)((macconf->Jabber == DISABLE) ? 1U : 0U) << 17) | in ETH_SetMACConfig() 2551 macDefaultConf.Jabber = ENABLE; in ETH_MACDMAConfig()
|
| /hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
| D | stm32f4xx_hal_eth.c | 2217 …macconf->Jabber = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_JD) >> 22) == 0U) ? ENABLE : DISABLE; in HAL_ETH_GetMACConfig() 2761 ((uint32_t)((macconf->Jabber == DISABLE) ? 1U : 0U) << 22U) | in ETH_SetMACConfig() 2868 macDefaultConf.Jabber = ENABLE; in ETH_MACDMAConfig()
|
| /hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
| D | stm32h7rsxx_hal_eth.c | 2247 …macconf->Jabber = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_JD) >> 17) == 0U) ? ENABLE : DISABLE; in HAL_ETH_GetMACConfig() 2762 ((uint32_t)((macconf->Jabber == DISABLE) ? 1U : 0U) << 17) | in ETH_SetMACConfig() 2890 macDefaultConf.Jabber = ENABLE; in ETH_MACDMAConfig()
|
| /hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
| D | stm32h7xx_hal_eth.c | 2303 …macconf->Jabber = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_JD) >> 17) == 0U) ? ENABLE : DISABLE; in HAL_ETH_GetMACConfig() 2828 ((uint32_t)((macconf->Jabber == DISABLE) ? 1U : 0U) << 17) | in ETH_SetMACConfig() 2956 macDefaultConf.Jabber = ENABLE; in ETH_MACDMAConfig()
|
| /hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
| D | stm32h5xx_hal_eth.c | 2265 …macconf->Jabber = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_JD) >> 17) == 0U) ? ENABLE : DISABLE; in HAL_ETH_GetMACConfig() 2780 ((uint32_t)((macconf->Jabber == DISABLE) ? 1U : 0U) << 17) | in ETH_SetMACConfig() 2908 macDefaultConf.Jabber = ENABLE; in ETH_MACDMAConfig()
|
| /hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
| D | stm32n6xx_hal_eth.c | 2410 …macconf->Jabber = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_JD) >> 17) == 0U) ? ENABLE : DISABLE; in HAL_ETH_GetMACConfig() 2952 ((uint32_t)((macconf->Jabber == DISABLE) ? 1U : 0U) << 17) | in ETH_SetMACConfig() 3081 macDefaultConf.Jabber = ENABLE; in ETH_MACDMAConfig()
|
| /hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
| D | stm32h5xx_hal_eth.h | 252 FunctionalState Jabber; /*!< Enables or disables Jabber timer on Tx path.*/ member
|
| /hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
| D | stm32h7rsxx_hal_eth.h | 252 FunctionalState Jabber; /*!< Enables or disables Jabber timer on Tx path.*/ member
|
| /hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
| D | stm32f7xx_hal_eth.h | 245 FunctionalState Jabber; /*!< Enables or disables Jabber timer on Tx path.*/ member
|
| /hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
| D | stm32f4xx_hal_eth.h | 245 FunctionalState Jabber; /*!< Enables or disables Jabber timer on Tx path.*/ member
|
| /hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
| D | stm32h7xx_hal_eth.h | 252 FunctionalState Jabber; /*!< Enables or disables Jabber timer on Tx path.*/ member
|
| /hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/ |
| D | stm32h7xx_hal_eth_legacy.h | 237 FunctionalState Jabber; /*!< Enables or disables Jabber timer on Tx path member
|
| /hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
| D | stm32n6xx_hal_eth.h | 277 FunctionalState Jabber; /*!< Enables or disables Jabber timer on Tx path.*/ member
|
| /hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
| D | stm32f2xx_hal_eth.h | 412 uint32_t Jabber; /*!< Selects or not Jabber timer member
|
| /hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
| D | stm32f1xx_hal_eth.h | 411 uint32_t Jabber; /*!< Selects or not Jabber timer member
|
| /hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/Legacy/ |
| D | stm32f4xx_hal_eth_legacy.h | 411 uint32_t Jabber; /*!< Selects or not Jabber timer member
|
| /hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/ |
| D | stm32f7xx_hal_eth_legacy.h | 412 uint32_t Jabber; /*!< Selects or not Jabber timer member
|