Home
last modified time | relevance | path

Searched refs:HAL_ETHEx_EnableEST (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth_ex.h698 HAL_StatusTypeDef HAL_ETHEx_EnableEST(ETH_HandleTypeDef *heth);
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth_ex.c1323 HAL_StatusTypeDef HAL_ETHEx_EnableEST(ETH_HandleTypeDef *heth) in HAL_ETHEx_EnableEST() function
1677 if (HAL_ETHEx_EnableEST(heth) != HAL_OK) in ETHEx_SetESTConfig()