Home
last modified time | relevance | path

Searched defs:heth (Results 1 – 4 of 4) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/STM32Fxx/
Dstm32fxx_hal_eth.c207 HAL_StatusTypeDef HAL_ETH_Init( ETH_HandleTypeDef * heth ) in HAL_ETH_Init()
344 HAL_StatusTypeDef HAL_ETH_DeInit( ETH_HandleTypeDef * heth ) in HAL_ETH_DeInit()
368 __weak void HAL_ETH_MspInit( ETH_HandleTypeDef * heth ) in HAL_ETH_MspInit()
382 __weak void HAL_ETH_MspDeInit( ETH_HandleTypeDef * heth ) in HAL_ETH_MspDeInit()
423 void HAL_ETH_IRQHandler( ETH_HandleTypeDef * heth ) in HAL_ETH_IRQHandler()
458 __weak void HAL_ETH_TxCpltCallback( ETH_HandleTypeDef * heth ) in HAL_ETH_TxCpltCallback()
472 __weak void HAL_ETH_RxCpltCallback( ETH_HandleTypeDef * heth ) in HAL_ETH_RxCpltCallback()
486 __weak void HAL_ETH_ErrorCallback( ETH_HandleTypeDef * heth ) in HAL_ETH_ErrorCallback()
506 HAL_StatusTypeDef HAL_ETH_ReadPHYRegister( ETH_HandleTypeDef * heth, in HAL_ETH_ReadPHYRegister()
590 HAL_StatusTypeDef HAL_ETH_WritePHYRegister( ETH_HandleTypeDef * heth, in HAL_ETH_WritePHYRegister()
[all …]
DNetworkInterface.c313 void HAL_ETH_RxCpltCallback( ETH_HandleTypeDef * heth ) in HAL_ETH_RxCpltCallback()
328 void HAL_ETH_TxCpltCallback( ETH_HandleTypeDef * heth ) in HAL_ETH_TxCpltCallback()
640 static void prvMACAddressConfig( ETH_HandleTypeDef * heth, in prvMACAddressConfig()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/STM32Hxx/
Dstm32hxx_hal_eth.c174 static void set_error_state( ETH_HandleTypeDef * heth, in set_error_state()
319 HAL_StatusTypeDef HAL_ETH_Init( ETH_HandleTypeDef * heth ) in HAL_ETH_Init()
494 __weak void HAL_ETH_MspInit( ETH_HandleTypeDef * heth ) in HAL_ETH_MspInit()
510 __weak void HAL_ETH_MspDeInit( ETH_HandleTypeDef * heth ) in HAL_ETH_MspDeInit()
540 HAL_StatusTypeDef HAL_ETH_RegisterCallback( ETH_HandleTypeDef * heth, in HAL_ETH_RegisterCallback()
656 HAL_StatusTypeDef HAL_ETH_UnRegisterCallback( ETH_HandleTypeDef * heth, in HAL_ETH_UnRegisterCallback()
757 HAL_StatusTypeDef HAL_ETH_DescAssignMemory( ETH_HandleTypeDef * heth, in HAL_ETH_DescAssignMemory()
822 HAL_StatusTypeDef HAL_ETH_Start( ETH_HandleTypeDef * heth ) in HAL_ETH_Start()
863 HAL_StatusTypeDef HAL_ETH_Start_IT( ETH_HandleTypeDef * heth ) in HAL_ETH_Start_IT()
930 HAL_StatusTypeDef HAL_ETH_Stop( ETH_HandleTypeDef * heth ) in HAL_ETH_Stop()
[all …]
DNetworkInterface.c762 void HAL_ETH_TxCpltCallback( ETH_HandleTypeDef * heth ) in HAL_ETH_TxCpltCallback()
769 void HAL_ETH_RxCpltCallback( ETH_HandleTypeDef * heth ) in HAL_ETH_RxCpltCallback()
776 void HAL_ETH_DMAErrorCallback( ETH_HandleTypeDef * heth ) in HAL_ETH_DMAErrorCallback()
816 static size_t uxGetOwnCount( ETH_HandleTypeDef * heth ) in uxGetOwnCount()