/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_eth.c | 163 static void ETH_MACDMAConfig(ETH_HandleTypeDef *heth, uint32_t err); 164 static void ETH_MACAddressConfig(ETH_HandleTypeDef *heth, uint32_t MacAddr, uint8_t *Addr); 165 static void ETH_MACReceptionEnable(ETH_HandleTypeDef *heth); 166 static void ETH_MACReceptionDisable(ETH_HandleTypeDef *heth); 167 static void ETH_MACTransmissionEnable(ETH_HandleTypeDef *heth); 168 static void ETH_MACTransmissionDisable(ETH_HandleTypeDef *heth); 169 static void ETH_DMATransmissionEnable(ETH_HandleTypeDef *heth); 170 static void ETH_DMATransmissionDisable(ETH_HandleTypeDef *heth); 171 static void ETH_DMAReceptionEnable(ETH_HandleTypeDef *heth); 172 static void ETH_DMAReceptionDisable(ETH_HandleTypeDef *heth); [all …]
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_eth.c | 165 static void ETH_MACDMAConfig(ETH_HandleTypeDef *heth, uint32_t err); 166 static void ETH_MACAddressConfig(ETH_HandleTypeDef *heth, uint32_t MacAddr, uint8_t *Addr); 167 static void ETH_MACReceptionEnable(ETH_HandleTypeDef *heth); 168 static void ETH_MACReceptionDisable(ETH_HandleTypeDef *heth); 169 static void ETH_MACTransmissionEnable(ETH_HandleTypeDef *heth); 170 static void ETH_MACTransmissionDisable(ETH_HandleTypeDef *heth); 171 static void ETH_DMATransmissionEnable(ETH_HandleTypeDef *heth); 172 static void ETH_DMATransmissionDisable(ETH_HandleTypeDef *heth); 173 static void ETH_DMAReceptionEnable(ETH_HandleTypeDef *heth); 174 static void ETH_DMAReceptionDisable(ETH_HandleTypeDef *heth); [all …]
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/Legacy/ |
D | stm32f4xx_hal_eth.c | 166 static void ETH_MACDMAConfig(ETH_HandleTypeDef *heth, uint32_t err); 167 static void ETH_MACAddressConfig(ETH_HandleTypeDef *heth, uint32_t MacAddr, uint8_t *Addr); 168 static void ETH_MACReceptionEnable(ETH_HandleTypeDef *heth); 169 static void ETH_MACReceptionDisable(ETH_HandleTypeDef *heth); 170 static void ETH_MACTransmissionEnable(ETH_HandleTypeDef *heth); 171 static void ETH_MACTransmissionDisable(ETH_HandleTypeDef *heth); 172 static void ETH_DMATransmissionEnable(ETH_HandleTypeDef *heth); 173 static void ETH_DMATransmissionDisable(ETH_HandleTypeDef *heth); 174 static void ETH_DMAReceptionEnable(ETH_HandleTypeDef *heth); 175 static void ETH_DMAReceptionDisable(ETH_HandleTypeDef *heth); [all …]
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/Legacy/ |
D | stm32f7xx_hal_eth.c | 162 static void ETH_MACDMAConfig(ETH_HandleTypeDef *heth, uint32_t err); 163 static void ETH_MACAddressConfig(ETH_HandleTypeDef *heth, uint32_t MacAddr, uint8_t *Addr); 164 static void ETH_MACReceptionEnable(ETH_HandleTypeDef *heth); 165 static void ETH_MACReceptionDisable(ETH_HandleTypeDef *heth); 166 static void ETH_MACTransmissionEnable(ETH_HandleTypeDef *heth); 167 static void ETH_MACTransmissionDisable(ETH_HandleTypeDef *heth); 168 static void ETH_DMATransmissionEnable(ETH_HandleTypeDef *heth); 169 static void ETH_DMATransmissionDisable(ETH_HandleTypeDef *heth); 170 static void ETH_DMAReceptionEnable(ETH_HandleTypeDef *heth); 171 static void ETH_DMAReceptionDisable(ETH_HandleTypeDef *heth); [all …]
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_eth.c | 279 static void ETH_SetMACConfig(ETH_HandleTypeDef *heth, const ETH_MACConfigTypeDef *macconf); 280 static void ETH_SetDMAConfig(ETH_HandleTypeDef *heth, const ETH_DMAConfigTypeDef *dmaconf); 281 static void ETH_MACDMAConfig(ETH_HandleTypeDef *heth); 282 static void ETH_DMATxDescListInit(ETH_HandleTypeDef *heth); 283 static void ETH_DMARxDescListInit(ETH_HandleTypeDef *heth); 284 static uint32_t ETH_Prepare_Tx_Descriptors(ETH_HandleTypeDef *heth, const ETH_TxPacketConfigTypeDef… 286 static void ETH_UpdateDescriptor(ETH_HandleTypeDef *heth); 287 static void ETH_FlushTransmitFIFO(ETH_HandleTypeDef *heth); 288 static void ETH_MACAddressConfig(ETH_HandleTypeDef *heth, uint32_t MacAddr, uint8_t *Addr); 291 static void ETH_InitCallbacksToDefault(ETH_HandleTypeDef *heth); [all …]
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_eth.c | 279 static void ETH_SetMACConfig(ETH_HandleTypeDef *heth, const ETH_MACConfigTypeDef *macconf); 280 static void ETH_SetDMAConfig(ETH_HandleTypeDef *heth, const ETH_DMAConfigTypeDef *dmaconf); 281 static void ETH_MACDMAConfig(ETH_HandleTypeDef *heth); 282 static void ETH_DMATxDescListInit(ETH_HandleTypeDef *heth); 283 static void ETH_DMARxDescListInit(ETH_HandleTypeDef *heth); 284 static uint32_t ETH_Prepare_Tx_Descriptors(ETH_HandleTypeDef *heth, const ETH_TxPacketConfigTypeDef… 286 static void ETH_UpdateDescriptor(ETH_HandleTypeDef *heth); 287 static void ETH_FlushTransmitFIFO(ETH_HandleTypeDef *heth); 288 static void ETH_MACAddressConfig(ETH_HandleTypeDef *heth, uint32_t MacAddr, uint8_t *Addr); 291 static void ETH_InitCallbacksToDefault(ETH_HandleTypeDef *heth); [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_eth.c | 253 static void ETH_SetMACConfig(ETH_HandleTypeDef *heth, const ETH_MACConfigTypeDef *macconf); 254 static void ETH_SetDMAConfig(ETH_HandleTypeDef *heth, const ETH_DMAConfigTypeDef *dmaconf); 255 static void ETH_MACDMAConfig(ETH_HandleTypeDef *heth); 256 static void ETH_DMATxDescListInit(ETH_HandleTypeDef *heth); 257 static void ETH_DMARxDescListInit(ETH_HandleTypeDef *heth); 258 static uint32_t ETH_Prepare_Tx_Descriptors(ETH_HandleTypeDef *heth, const ETH_TxPacketConfigTypeDef… 260 static void ETH_UpdateDescriptor(ETH_HandleTypeDef *heth); 263 static void ETH_InitCallbacksToDefault(ETH_HandleTypeDef *heth); 308 HAL_StatusTypeDef HAL_ETH_Init(ETH_HandleTypeDef *heth) in HAL_ETH_Init() argument 312 if (heth == NULL) in HAL_ETH_Init() [all …]
|
D | stm32h7xx_hal_eth_ex.c | 97 void HAL_ETHEx_EnableARPOffload(ETH_HandleTypeDef *heth) in HAL_ETHEx_EnableARPOffload() argument 99 SET_BIT(heth->Instance->MACCR, ETH_MACCR_ARP); in HAL_ETHEx_EnableARPOffload() 108 void HAL_ETHEx_DisableARPOffload(ETH_HandleTypeDef *heth) in HAL_ETHEx_DisableARPOffload() argument 110 CLEAR_BIT(heth->Instance->MACCR, ETH_MACCR_ARP); in HAL_ETHEx_DisableARPOffload() 120 void HAL_ETHEx_SetARPAddressMatch(ETH_HandleTypeDef *heth, uint32_t IpAddress) in HAL_ETHEx_SetARPAddressMatch() argument 122 WRITE_REG(heth->Instance->MACARPAR, IpAddress); in HAL_ETHEx_SetARPAddressMatch() 138 HAL_StatusTypeDef HAL_ETHEx_SetL4FilterConfig(ETH_HandleTypeDef *heth, uint32_t Filter, in HAL_ETHEx_SetL4FilterConfig() argument 149 MODIFY_REG(heth->Instance->MACL3L4C0R, ETH_MACL4CR_MASK, (pL4FilterConfig->Protocol | in HAL_ETHEx_SetL4FilterConfig() 154 …WRITE_REG(heth->Instance->MACL4A0R, (pL4FilterConfig->SourcePort | (pL4FilterConfig->DestinationPo… in HAL_ETHEx_SetL4FilterConfig() 160 MODIFY_REG(heth->Instance->MACL3L4C1R, ETH_MACL4CR_MASK, (pL4FilterConfig->Protocol | in HAL_ETHEx_SetL4FilterConfig() [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_eth.c | 253 static void ETH_SetMACConfig(ETH_HandleTypeDef *heth, const ETH_MACConfigTypeDef *macconf); 254 static void ETH_SetDMAConfig(ETH_HandleTypeDef *heth, const ETH_DMAConfigTypeDef *dmaconf); 255 static void ETH_MACDMAConfig(ETH_HandleTypeDef *heth); 256 static void ETH_DMATxDescListInit(ETH_HandleTypeDef *heth); 257 static void ETH_DMARxDescListInit(ETH_HandleTypeDef *heth); 258 static uint32_t ETH_Prepare_Tx_Descriptors(ETH_HandleTypeDef *heth, const ETH_TxPacketConfigTypeDef… 260 static void ETH_UpdateDescriptor(ETH_HandleTypeDef *heth); 263 static void ETH_InitCallbacksToDefault(ETH_HandleTypeDef *heth); 308 HAL_StatusTypeDef HAL_ETH_Init(ETH_HandleTypeDef *heth) in HAL_ETH_Init() argument 312 if (heth == NULL) in HAL_ETH_Init() [all …]
|
D | stm32h5xx_hal_eth_ex.c | 97 void HAL_ETHEx_EnableARPOffload(ETH_HandleTypeDef *heth) in HAL_ETHEx_EnableARPOffload() argument 99 SET_BIT(heth->Instance->MACCR, ETH_MACCR_ARP); in HAL_ETHEx_EnableARPOffload() 108 void HAL_ETHEx_DisableARPOffload(ETH_HandleTypeDef *heth) in HAL_ETHEx_DisableARPOffload() argument 110 CLEAR_BIT(heth->Instance->MACCR, ETH_MACCR_ARP); in HAL_ETHEx_DisableARPOffload() 120 void HAL_ETHEx_SetARPAddressMatch(ETH_HandleTypeDef *heth, uint32_t IpAddress) in HAL_ETHEx_SetARPAddressMatch() argument 122 WRITE_REG(heth->Instance->MACARPAR, IpAddress); in HAL_ETHEx_SetARPAddressMatch() 138 HAL_StatusTypeDef HAL_ETHEx_SetL4FilterConfig(ETH_HandleTypeDef *heth, uint32_t Filter, in HAL_ETHEx_SetL4FilterConfig() argument 149 MODIFY_REG(heth->Instance->MACL3L4C0R, ETH_MACL4CR_MASK, (pL4FilterConfig->Protocol | in HAL_ETHEx_SetL4FilterConfig() 154 …WRITE_REG(heth->Instance->MACL4A0R, (pL4FilterConfig->SourcePort | (pL4FilterConfig->DestinationPo… in HAL_ETHEx_SetL4FilterConfig() 160 MODIFY_REG(heth->Instance->MACL3L4C1R, ETH_MACL4CR_MASK, (pL4FilterConfig->Protocol | in HAL_ETHEx_SetL4FilterConfig() [all …]
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_eth.c | 259 static void ETH_SetMACConfig(ETH_HandleTypeDef *heth, const ETH_MACConfigTypeDef *macconf); 260 static void ETH_SetDMAConfig(ETH_HandleTypeDef *heth, const ETH_DMAConfigTypeDef *dmaconf); 261 static void ETH_MACDMAConfig(ETH_HandleTypeDef *heth); 262 static void ETH_DMATxDescListInit(ETH_HandleTypeDef *heth); 263 static void ETH_DMARxDescListInit(ETH_HandleTypeDef *heth); 264 static uint32_t ETH_Prepare_Tx_Descriptors(ETH_HandleTypeDef *heth, const ETH_TxPacketConfigTypeDef… 266 static void ETH_UpdateDescriptor(ETH_HandleTypeDef *heth); 269 static void ETH_InitCallbacksToDefault(ETH_HandleTypeDef *heth); 314 HAL_StatusTypeDef HAL_ETH_Init(ETH_HandleTypeDef *heth) in HAL_ETH_Init() argument 319 if (heth == NULL) in HAL_ETH_Init() [all …]
|
D | stm32n6xx_hal_eth_ex.c | 140 void HAL_ETHEx_EnableARPOffload(ETH_HandleTypeDef *heth) in HAL_ETHEx_EnableARPOffload() argument 142 SET_BIT(heth->Instance->MACCR, ETH_MACCR_ARP); in HAL_ETHEx_EnableARPOffload() 151 void HAL_ETHEx_DisableARPOffload(ETH_HandleTypeDef *heth) in HAL_ETHEx_DisableARPOffload() argument 153 CLEAR_BIT(heth->Instance->MACCR, ETH_MACCR_ARP); in HAL_ETHEx_DisableARPOffload() 163 void HAL_ETHEx_SetARPAddressMatch(ETH_HandleTypeDef *heth, uint32_t IpAddress) in HAL_ETHEx_SetARPAddressMatch() argument 165 WRITE_REG(heth->Instance->MACARPAR, IpAddress); in HAL_ETHEx_SetARPAddressMatch() 181 HAL_StatusTypeDef HAL_ETHEx_SetL4FilterConfig(ETH_HandleTypeDef *heth, uint32_t Filter, in HAL_ETHEx_SetL4FilterConfig() argument 192 MODIFY_REG(heth->Instance->MACL3L4C0R, ETH_MACL4CR_MASK, (pL4FilterConfig->Protocol | in HAL_ETHEx_SetL4FilterConfig() 197 …WRITE_REG(heth->Instance->MACL4A0R, (pL4FilterConfig->SourcePort | (pL4FilterConfig->DestinationPo… in HAL_ETHEx_SetL4FilterConfig() 203 MODIFY_REG(heth->Instance->MACL3L4C1R, ETH_MACL4CR_MASK, (pL4FilterConfig->Protocol | in HAL_ETHEx_SetL4FilterConfig() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_eth.c | 253 static void ETH_SetMACConfig(ETH_HandleTypeDef *heth, const ETH_MACConfigTypeDef *macconf); 254 static void ETH_SetDMAConfig(ETH_HandleTypeDef *heth, const ETH_DMAConfigTypeDef *dmaconf); 255 static void ETH_MACDMAConfig(ETH_HandleTypeDef *heth); 256 static void ETH_DMATxDescListInit(ETH_HandleTypeDef *heth); 257 static void ETH_DMARxDescListInit(ETH_HandleTypeDef *heth); 258 static uint32_t ETH_Prepare_Tx_Descriptors(ETH_HandleTypeDef *heth, const ETH_TxPacketConfigTypeDef… 260 static void ETH_UpdateDescriptor(ETH_HandleTypeDef *heth); 263 static void ETH_InitCallbacksToDefault(ETH_HandleTypeDef *heth); 308 HAL_StatusTypeDef HAL_ETH_Init(ETH_HandleTypeDef *heth) in HAL_ETH_Init() argument 312 if (heth == NULL) in HAL_ETH_Init() [all …]
|
D | stm32h7rsxx_hal_eth_ex.c | 97 void HAL_ETHEx_EnableARPOffload(ETH_HandleTypeDef *heth) in HAL_ETHEx_EnableARPOffload() argument 99 SET_BIT(heth->Instance->MACCR, ETH_MACCR_ARP); in HAL_ETHEx_EnableARPOffload() 108 void HAL_ETHEx_DisableARPOffload(ETH_HandleTypeDef *heth) in HAL_ETHEx_DisableARPOffload() argument 110 CLEAR_BIT(heth->Instance->MACCR, ETH_MACCR_ARP); in HAL_ETHEx_DisableARPOffload() 120 void HAL_ETHEx_SetARPAddressMatch(ETH_HandleTypeDef *heth, uint32_t IpAddress) in HAL_ETHEx_SetARPAddressMatch() argument 122 WRITE_REG(heth->Instance->MACARPAR, IpAddress); in HAL_ETHEx_SetARPAddressMatch() 138 HAL_StatusTypeDef HAL_ETHEx_SetL4FilterConfig(ETH_HandleTypeDef *heth, uint32_t Filter, in HAL_ETHEx_SetL4FilterConfig() argument 149 MODIFY_REG(heth->Instance->MACL3L4C0R, ETH_MACL4CR_MASK, (pL4FilterConfig->Protocol | in HAL_ETHEx_SetL4FilterConfig() 154 …WRITE_REG(heth->Instance->MACL4A0R, (pL4FilterConfig->SourcePort | (pL4FilterConfig->DestinationPo… in HAL_ETHEx_SetL4FilterConfig() 160 MODIFY_REG(heth->Instance->MACL3L4C1R, ETH_MACL4CR_MASK, (pL4FilterConfig->Protocol | in HAL_ETHEx_SetL4FilterConfig() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/Legacy/ |
D | stm32h7xx_hal_eth.c | 221 static void ETH_MAC_MDIO_ClkConfig(ETH_HandleTypeDef *heth); 222 static void ETH_SetMACConfig(ETH_HandleTypeDef *heth, ETH_MACConfigTypeDef *macconf); 223 static void ETH_SetDMAConfig(ETH_HandleTypeDef *heth, ETH_DMAConfigTypeDef *dmaconf); 224 static void ETH_MACDMAConfig(ETH_HandleTypeDef *heth); 225 static void ETH_DMATxDescListInit(ETH_HandleTypeDef *heth); 226 static void ETH_DMARxDescListInit(ETH_HandleTypeDef *heth); 227 static uint32_t ETH_Prepare_Tx_Descriptors(ETH_HandleTypeDef *heth, ETH_TxPacketConfig *pTxConfig, … 230 static void ETH_InitCallbacksToDefault(ETH_HandleTypeDef *heth); 278 HAL_StatusTypeDef HAL_ETH_Init(ETH_HandleTypeDef *heth) in HAL_ETH_Init() argument 282 if(heth == NULL) in HAL_ETH_Init() [all …]
|
D | stm32h7xx_hal_eth_ex.c | 94 void HAL_ETHEx_EnableARPOffload(ETH_HandleTypeDef *heth) in HAL_ETHEx_EnableARPOffload() argument 96 SET_BIT(heth->Instance->MACCR, ETH_MACCR_ARP); in HAL_ETHEx_EnableARPOffload() 105 void HAL_ETHEx_DisableARPOffload(ETH_HandleTypeDef *heth) in HAL_ETHEx_DisableARPOffload() argument 107 CLEAR_BIT(heth->Instance->MACCR, ETH_MACCR_ARP); in HAL_ETHEx_DisableARPOffload() 117 void HAL_ETHEx_SetARPAddressMatch(ETH_HandleTypeDef *heth, uint32_t IpAddress) in HAL_ETHEx_SetARPAddressMatch() argument 119 WRITE_REG(heth->Instance->MACARPAR, IpAddress); in HAL_ETHEx_SetARPAddressMatch() 135 HAL_StatusTypeDef HAL_ETHEx_SetL4FilterConfig(ETH_HandleTypeDef *heth, uint32_t Filter , ETH_L4Filt… in HAL_ETHEx_SetL4FilterConfig() argument 137 __IO uint32_t *configreg = ((__IO uint32_t *)(&(heth->Instance->MACL3L4C0R) + Filter)); in HAL_ETHEx_SetL4FilterConfig() 149 configreg = ((__IO uint32_t *)(&(heth->Instance->MACL4A0R) + Filter)); in HAL_ETHEx_SetL4FilterConfig() 156 SET_BIT(heth->Instance->MACPFR, ETH_MACPFR_IPFE); in HAL_ETHEx_SetL4FilterConfig() [all …]
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_eth_ex.h | 638 void HAL_ETHEx_EnableARPOffload(ETH_HandleTypeDef *heth); 639 void HAL_ETHEx_DisableARPOffload(ETH_HandleTypeDef *heth); 640 void HAL_ETHEx_SetARPAddressMatch(ETH_HandleTypeDef *heth, uint32_t IpAddress); 643 void HAL_ETHEx_EnableL3L4Filtering(ETH_HandleTypeDef *heth); 644 void HAL_ETHEx_DisableL3L4Filtering(ETH_HandleTypeDef *heth); 645 HAL_StatusTypeDef HAL_ETHEx_GetL3FilterConfig(const ETH_HandleTypeDef *heth, uint32_t Filter, 647 HAL_StatusTypeDef HAL_ETHEx_GetL4FilterConfig(const ETH_HandleTypeDef *heth, uint32_t Filter, 649 HAL_StatusTypeDef HAL_ETHEx_SetL3FilterConfig(ETH_HandleTypeDef *heth, uint32_t Filter, 651 HAL_StatusTypeDef HAL_ETHEx_SetL4FilterConfig(ETH_HandleTypeDef *heth, uint32_t Filter, 655 void HAL_ETHEx_EnableVLANProcessing(ETH_HandleTypeDef *heth); [all …]
|
D | stm32n6xx_hal_eth.h | 618 …void (* TxCpltCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Tx Complete Callba… 619 …void (* RxCpltCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Rx Complete Callba… 620 void (* ErrorCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Error Callback */ 621 …void (* PMTCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Power Management Ca… 622 void (* EEECallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH EEE Callback */ 623 …void (* WakeUpCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Wake UP Callback … 625 …void (* MspInitCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Msp Init callback… 626 …void (* MspDeInitCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Msp DeInit callba… 661 typedef void (*pETH_CallbackTypeDef)(ETH_HandleTypeDef *heth); /*!< pointer to an ETH callback fu… 1962 HAL_StatusTypeDef HAL_ETH_Init(ETH_HandleTypeDef *heth); [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_eth.h | 569 …void (* TxCpltCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Tx Complete Callba… 570 …void (* RxCpltCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Rx Complete Callba… 571 void (* ErrorCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Error Callback */ 572 …void (* PMTCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Power Management Ca… 573 void (* EEECallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH EEE Callback */ 574 …void (* WakeUpCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Wake UP Callback … 576 …void (* MspInitCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Msp Init callback… 577 …void (* MspDeInitCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Msp DeInit callba… 611 typedef void (*pETH_CallbackTypeDef)(ETH_HandleTypeDef *heth); /*!< pointer to an ETH callback fu… 1687 HAL_StatusTypeDef HAL_ETH_Init(ETH_HandleTypeDef *heth); [all …]
|
D | stm32h5xx_hal_eth_ex.h | 310 void HAL_ETHEx_EnableARPOffload(ETH_HandleTypeDef *heth); 311 void HAL_ETHEx_DisableARPOffload(ETH_HandleTypeDef *heth); 312 void HAL_ETHEx_SetARPAddressMatch(ETH_HandleTypeDef *heth, uint32_t IpAddress); 315 void HAL_ETHEx_EnableL3L4Filtering(ETH_HandleTypeDef *heth); 316 void HAL_ETHEx_DisableL3L4Filtering(ETH_HandleTypeDef *heth); 317 HAL_StatusTypeDef HAL_ETHEx_GetL3FilterConfig(const ETH_HandleTypeDef *heth, uint32_t Filter, 319 HAL_StatusTypeDef HAL_ETHEx_GetL4FilterConfig(const ETH_HandleTypeDef *heth, uint32_t Filter, 321 HAL_StatusTypeDef HAL_ETHEx_SetL3FilterConfig(ETH_HandleTypeDef *heth, uint32_t Filter, 323 HAL_StatusTypeDef HAL_ETHEx_SetL4FilterConfig(ETH_HandleTypeDef *heth, uint32_t Filter, 327 void HAL_ETHEx_EnableVLANProcessing(ETH_HandleTypeDef *heth); [all …]
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_eth.h | 569 …void (* TxCpltCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Tx Complete Callba… 570 …void (* RxCpltCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Rx Complete Callba… 571 void (* ErrorCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Error Callback */ 572 …void (* PMTCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Power Management Ca… 573 void (* EEECallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH EEE Callback */ 574 …void (* WakeUpCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Wake UP Callback … 576 …void (* MspInitCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Msp Init callback… 577 …void (* MspDeInitCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Msp DeInit callba… 611 typedef void (*pETH_CallbackTypeDef)(ETH_HandleTypeDef *heth); /*!< pointer to an ETH callback fu… 1687 HAL_StatusTypeDef HAL_ETH_Init(ETH_HandleTypeDef *heth); [all …]
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_eth.h | 572 …void (* TxCpltCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Tx Complete Callba… 573 …void (* RxCpltCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Rx Complete Callba… 574 void (* ErrorCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Error Callback */ 575 …void (* PMTCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Power Management Ca… 576 …void (* WakeUpCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Wake UP Callback … 578 …void (* MspInitCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Msp Init callback… 579 …void (* MspDeInitCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Msp DeInit callba… 612 typedef void (*pETH_CallbackTypeDef)(ETH_HandleTypeDef *heth); /*!< pointer to an ETH callback fu… 1882 HAL_StatusTypeDef HAL_ETH_Init(ETH_HandleTypeDef *heth); 1883 HAL_StatusTypeDef HAL_ETH_DeInit(ETH_HandleTypeDef *heth); [all …]
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_eth.h | 572 …void (* TxCpltCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Tx Complete Callba… 573 …void (* RxCpltCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Rx Complete Callba… 574 void (* ErrorCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Error Callback */ 575 …void (* PMTCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Power Management Ca… 576 …void (* WakeUpCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Wake UP Callback … 578 …void (* MspInitCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Msp Init callback… 579 …void (* MspDeInitCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Msp DeInit callba… 612 typedef void (*pETH_CallbackTypeDef)(ETH_HandleTypeDef *heth); /*!< pointer to an ETH callback fu… 1882 HAL_StatusTypeDef HAL_ETH_Init(ETH_HandleTypeDef *heth); 1883 HAL_StatusTypeDef HAL_ETH_DeInit(ETH_HandleTypeDef *heth); [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_eth.h | 569 …void (* TxCpltCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Tx Complete Callba… 570 …void (* RxCpltCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Rx Complete Callba… 571 void (* ErrorCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Error Callback */ 572 …void (* PMTCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Power Management Ca… 573 void (* EEECallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH EEE Callback */ 574 …void (* WakeUpCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Wake UP Callback … 576 …void (* MspInitCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Msp Init callback… 577 …void (* MspDeInitCallback)(struct __ETH_HandleTypeDef *heth); /*!< ETH Msp DeInit callba… 611 typedef void (*pETH_CallbackTypeDef)(ETH_HandleTypeDef *heth); /*!< pointer to an ETH callback fu… 1713 HAL_StatusTypeDef HAL_ETH_Init(ETH_HandleTypeDef *heth); [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/ |
D | stm32h7xx_hal_eth_legacy.h | 446 …void (* TxCpltCallback) ( struct __ETH_HandleTypeDef * heth); /*!< ETH Tx Complete Callba… 447 …void (* RxCpltCallback) ( struct __ETH_HandleTypeDef * heth); /*!< ETH Rx Complete Callba… 448 …void (* DMAErrorCallback) ( struct __ETH_HandleTypeDef * heth); /*!< ETH DMA Error Callback … 449 …void (* MACErrorCallback) ( struct __ETH_HandleTypeDef * heth); /*!< ETH MAC Error Callback … 450 …void (* PMTCallback) ( struct __ETH_HandleTypeDef * heth); /*!< ETH Power Management Ca… 451 void (* EEECallback) ( struct __ETH_HandleTypeDef * heth); /*!< ETH EEE Callback */ 452 …void (* WakeUpCallback) ( struct __ETH_HandleTypeDef * heth); /*!< ETH Wake UP Callback … 454 …void (* MspInitCallback) ( struct __ETH_HandleTypeDef * heth); /*!< ETH Msp Init callback… 455 …void (* MspDeInitCallback) ( struct __ETH_HandleTypeDef * heth); /*!< ETH Msp DeInit callba… 487 typedef void (*pETH_CallbackTypeDef)(ETH_HandleTypeDef * heth); /*!< pointer to an ETH callback fu… [all …]
|