Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_eth.c1549 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/
Dstm32f7xx_hal_eth.c1556 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/
Dstm32f1xx_hal_eth.c1543 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/
Dstm32f4xx_hal_eth.c1555 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/
Dstm32f7xx_hal_eth.c2217 …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/
Dstm32h7xx_hal_eth.c1916 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/
Dstm32f4xx_hal_eth.c2217 …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/
Dstm32h7rsxx_hal_eth.c2247 …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/
Dstm32h7xx_hal_eth.c2303 …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/
Dstm32h5xx_hal_eth.c2265 …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/
Dstm32n6xx_hal_eth.c2410 …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/
Dstm32h5xx_hal_eth.h252 FunctionalState Jabber; /*!< Enables or disables Jabber timer on Tx path.*/ member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_eth.h252 FunctionalState Jabber; /*!< Enables or disables Jabber timer on Tx path.*/ member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_eth.h245 FunctionalState Jabber; /*!< Enables or disables Jabber timer on Tx path.*/ member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_eth.h245 FunctionalState Jabber; /*!< Enables or disables Jabber timer on Tx path.*/ member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_eth.h252 FunctionalState Jabber; /*!< Enables or disables Jabber timer on Tx path.*/ member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32h7xx_hal_eth_legacy.h237 FunctionalState Jabber; /*!< Enables or disables Jabber timer on Tx path member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth.h277 FunctionalState Jabber; /*!< Enables or disables Jabber timer on Tx path.*/ member
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_eth.h412 uint32_t Jabber; /*!< Selects or not Jabber timer member
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_eth.h411 uint32_t Jabber; /*!< Selects or not Jabber timer member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/Legacy/
Dstm32f4xx_hal_eth_legacy.h411 uint32_t Jabber; /*!< Selects or not Jabber timer member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32f7xx_hal_eth_legacy.h412 uint32_t Jabber; /*!< Selects or not Jabber timer member