Home
last modified time | relevance | path

Searched refs:ETHEx_SetMTLConfig (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth_ex.h680 void ETHEx_SetMTLConfig(ETH_HandleTypeDef *heth, const ETH_MTLConfigTypeDef *mtlconf);
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth_ex.c949 void ETHEx_SetMTLConfig(ETH_HandleTypeDef *heth, const ETH_MTLConfigTypeDef *mtlconf) in ETHEx_SetMTLConfig() function
1024 ETHEx_SetMTLConfig(heth, mtlconf); in HAL_ETHEx_SetMTLConfig()
Dstm32n6xx_hal_eth.c3146 ETHEx_SetMTLConfig(heth, &mtlDefaultConf); in ETH_MACDMAConfig()