/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_eth.c | 1567 assert_param(IS_ETH_PAUSE_TIME(macconf->PauseTime)); in HAL_ETH_ConfigMAC() 1635 tmpreg1 |= (uint32_t)((macconf->PauseTime << 16U) | in HAL_ETH_ConfigMAC() 1875 macinit.PauseTime = 0x0U; in ETH_MACDMAConfig() 1969 tmpreg1 |= (uint32_t)((macinit.PauseTime << 16U) | in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/Legacy/ |
D | stm32f7xx_hal_eth.c | 1574 assert_param(IS_ETH_PAUSE_TIME(macconf->PauseTime)); in HAL_ETH_ConfigMAC() 1642 tmpreg |= (uint32_t)((macconf->PauseTime << 16) | in HAL_ETH_ConfigMAC() 1882 macinit.PauseTime = 0x0; in ETH_MACDMAConfig() 1976 tmpreg |= (uint32_t)((macinit.PauseTime << 16) | in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_eth.c | 1561 assert_param(IS_ETH_PAUSE_TIME(macconf->PauseTime)); in HAL_ETH_ConfigMAC() 1629 tmpreg1 |= (uint32_t)((macconf->PauseTime << 16U) | in HAL_ETH_ConfigMAC() 1867 macinit.PauseTime = 0x0U; in ETH_MACDMAConfig() 1961 tmpreg1 |= (uint32_t)((macinit.PauseTime << 16U) | in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/Legacy/ |
D | stm32f4xx_hal_eth.c | 1573 assert_param(IS_ETH_PAUSE_TIME(macconf->PauseTime)); in HAL_ETH_ConfigMAC() 1641 tmpreg1 |= (uint32_t)((macconf->PauseTime << 16U) | in HAL_ETH_ConfigMAC() 1881 macinit.PauseTime = 0x0U; in ETH_MACDMAConfig() 1975 tmpreg1 |= (uint32_t)((macinit.PauseTime << 16U) | in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_eth.c | 2227 macconf->PauseTime = (READ_BIT(heth->Instance->MACFCR, ETH_MACFCR_PT) >> 16); in HAL_ETH_GetMACConfig() 2790 tmpreg1 |= (uint32_t)((macconf->PauseTime << 16U) | in ETH_SetMACConfig() 2879 macDefaultConf.PauseTime = 0x0U; in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/Legacy/ |
D | stm32h7xx_hal_eth.c | 1940 macconf->PauseTime = (READ_BIT(heth->Instance->MACTFCR, ETH_MACTFCR_PT) >> 16); in HAL_ETH_GetMACConfig() 2460 (macconf->PauseTime << 16)); in ETH_SetMACConfig() 2555 macDefaultConf.PauseTime = 0x0; in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_eth.c | 2227 macconf->PauseTime = (READ_BIT(heth->Instance->MACFCR, ETH_MACFCR_PT) >> 16); in HAL_ETH_GetMACConfig() 2790 tmpreg1 |= (uint32_t)((macconf->PauseTime << 16U) | in ETH_SetMACConfig() 2879 macDefaultConf.PauseTime = 0x0U; in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_eth.c | 2273 macconf->PauseTime = (READ_BIT(heth->Instance->MACTFCR, ETH_MACTFCR_PT) >> 16); in HAL_ETH_GetMACConfig() 2800 (macconf->PauseTime << 16)); in ETH_SetMACConfig() 2894 macDefaultConf.PauseTime = 0x0U; in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_eth.c | 2329 macconf->PauseTime = (READ_BIT(heth->Instance->MACTFCR, ETH_MACTFCR_PT) >> 16); in HAL_ETH_GetMACConfig() 2866 (macconf->PauseTime << 16)); in ETH_SetMACConfig() 2960 macDefaultConf.PauseTime = 0x0U; in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_eth.c | 2291 macconf->PauseTime = (READ_BIT(heth->Instance->MACTFCR, ETH_MACTFCR_PT) >> 16); in HAL_ETH_GetMACConfig() 2818 (macconf->PauseTime << 16)); in ETH_SetMACConfig() 2912 macDefaultConf.PauseTime = 0x0U; in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_eth.c | 2437 macconf->PauseTime = (READ_BIT(heth->Instance->MACQ0TXFCR, ETH_MACQ0TXFCR_PT) >> 16); in HAL_ETH_GetMACConfig() 2991 (macconf->PauseTime << 16)); in ETH_SetMACConfig() 3095 macDefaultConf.PauseTime = 0x0U; in ETH_MACDMAConfig()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_eth.h | 311 …PauseTime; /*!< This field holds the value to be used in the Pause Time field in… member
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_eth.h | 311 …PauseTime; /*!< This field holds the value to be used in the Pause Time field in… member
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_eth.h | 301 …PauseTime; /*!< This field holds the value to be used in the Pause Time field in… member
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_eth.h | 301 …PauseTime; /*!< This field holds the value to be used in the Pause Time field in… member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_eth.h | 311 …PauseTime; /*!< This field holds the value to be used in the Pause Time field in… member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/ |
D | stm32h7xx_hal_eth_legacy.h | 289 …uint32_t PauseTime; /*!< This field holds the value to be used in the Pau… member
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_eth.h | 340 …PauseTime; /*!< This field holds the value to be used in the Pause Time field in… member
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_eth.h | 477 …uint32_t PauseTime; /*!< This field holds the value to be used in the … member
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_eth.h | 476 …uint32_t PauseTime; /*!< This field holds the value to be used in the … member
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/Legacy/ |
D | stm32f4xx_hal_eth_legacy.h | 476 …uint32_t PauseTime; /*!< This field holds the value to be used in the … member
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/ |
D | stm32f7xx_hal_eth_legacy.h | 477 …uint32_t PauseTime; /*!< This field holds the value to be used in the … member
|