HAL + 0/7 examples
CodeScope will show references to HAL_ETH_TransmitFrame() from the following samples and libraries:
Examples
STM32469I_EVAL
Demonstrations
Applications
mbedTLS
STM324x9I_EVAL
Applications
mbedTLS
STM324xG_EVAL
Applications
mbedTLS
 
Symbols
loading...
Files
loading...

HAL_ETH_TransmitFrame() function

Sends an Ethernet frame.

Syntax

HAL_StatusTypeDef HAL_ETH_TransmitFrame(ETH_HandleTypeDef *heth,     uint32_t FrameLength);
Implemented in stm32f4xx_hal_eth.c:892

Arguments

heth

pointer to a ETH_HandleTypeDef structure that contains the configuration information for ETHERNET module

FrameLength

Amount of data to be sent

Return value

HAL status

Examples

HAL_ETH_TransmitFrame() is referenced by 7 libraries and example projects.