Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/mdio/
Dmdio_stm32_hal.c26 ETH_HandleTypeDef heth; member
37 ETH_HandleTypeDef *heth = &dev_data->heth; in mdio_stm32_read() local
60 ETH_HandleTypeDef *heth = &dev_data->heth; in mdio_stm32_write() local
/Zephyr-latest/drivers/ethernet/
Deth_stm32_hal.c271 static HAL_StatusTypeDef read_eth_phy_register(ETH_HandleTypeDef *heth, in read_eth_phy_register()
286 static inline void setup_mac_filter(ETH_HandleTypeDef *heth) in setup_mac_filter()
361 ETH_HandleTypeDef *heth; in eth_tx() local
587 ETH_HandleTypeDef *heth; in eth_rx() local
808 ETH_HandleTypeDef *heth; in eth_isr() local
838 void HAL_ETH_ErrorCallback(ETH_HandleTypeDef *heth) in HAL_ETH_ErrorCallback()
988 ETH_HandleTypeDef *heth; in eth_initialize() local
1087 ETH_HandleTypeDef *heth; in eth_stm32_mcast_filter() local
1135 static uint32_t eth_phy_get_link_state(ETH_HandleTypeDef *heth) in eth_phy_get_link_state()
1193 static void get_auto_nego_speed_duplex(ETH_HandleTypeDef *heth, ETH_MACConfigTypeDef *mac_config) in get_auto_nego_speed_duplex()
[all …]
Deth_stm32_hal_priv.h48 ETH_HandleTypeDef heth; member