Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
Dstm32hxx_hal_eth.c264 static uint32_t ETH_Prepare_Tx_Descriptors( ETH_HandleTypeDef * heth,
1048 if( ETH_Prepare_Tx_Descriptors( heth, pTxConfig, 0 ) != HAL_ETH_ERROR_NONE ) in HAL_ETH_Transmit()
1121 if( ETH_Prepare_Tx_Descriptors( heth, pTxConfig, 1 ) != HAL_ETH_ERROR_NONE ) in HAL_ETH_Transmit_IT()
2874 static uint32_t ETH_Prepare_Tx_Descriptors( ETH_HandleTypeDef * heth, in ETH_Prepare_Tx_Descriptors() function