EthHandle is only used within LwIP_HTTP_Server_Netconn_RTOS.
 
Symbols
loading...
Files
loading...

EthHandle variable

Syntax

extern ETH_HandleTypeDef EthHandle;
Implemented in ethernetif.c:96

References

LocationReferrerText
ethernetif.c:96
stm32f4xx_it.c:29
extern ETH_HandleTypeDef EthHandle;
ethernetif.c:134low_level_init()
EthHandle.Instance = ETH;
ethernetif.c:135low_level_init()
EthHandle.Init.MACAddr = macaddress;
ethernetif.c:136low_level_init()
ethernetif.c:137low_level_init()
EthHandle.Init.RxDesc = DMARxDscrTab;
ethernetif.c:138low_level_init()
EthHandle.Init.TxDesc = DMATxDscrTab;
ethernetif.c:139low_level_init()
ethernetif.c:142low_level_init()
HAL_ETH_Init(&EthHandle);
ethernetif.c:223low_level_init()
HAL_ETH_GetMACConfig(&EthHandle, &MACConf);
ethernetif.c:226low_level_init()
HAL_ETH_SetMACConfig(&EthHandle, &MACConf);
ethernetif.c:227low_level_init()
HAL_ETH_Start_IT(&EthHandle);
ethernetif.c:290low_level_output()
ethernetif.c:296low_level_output()
ethernetif.c:315low_level_input()
HAL_ETH_ReadData(&EthHandle, (void **)&p);
ethernetif.c:531ETH_PHY_IO_Init()
ethernetif.c:555ETH_PHY_IO_ReadReg()
ethernetif.c:572ETH_PHY_IO_WriteReg()
ethernetif.c:608ethernet_link_thread()
HAL_ETH_Stop_IT(&EthHandle);
ethernetif.c:643ethernet_link_thread()
HAL_ETH_GetMACConfig(&EthHandle, &MACConf);
ethernetif.c:646ethernet_link_thread()
HAL_ETH_SetMACConfig(&EthHandle, &MACConf);
ethernetif.c:647ethernet_link_thread()
HAL_ETH_Start_IT(&EthHandle);
ethernetif.c:727RMII_Thread()
if(EthHandle.Instance->MMCRGUFCR > 0U)
ethernetif.c:732RMII_Thread()
else if(EthHandle.Instance->MMCRFCECR > 10U)
ethernetif.c:738RMII_Thread()
EthHandle.Instance->MMCCR |= ETH_MMCCR_CR;
stm32f4xx_it.c:131ETH_IRQHandler()
HAL_ETH_IRQHandler(&EthHandle);

Data Use

Functions reading EthHandle
EthHandle
all items filtered out
Type of EthHandle
EthHandle
all items filtered out