Download FreeRTOS
 

Quality RTOS & Embedded Software

LIBRARIES
WHAT'S NEW
FreeRTOS-Plus-TCP now has unified IPv4 and IPv6 functionalities and multi-interface support.
Achieving Unbrickable MCU FOTA for your FreeRTOS-powered Firmware:
FreeRTOS 202012 LTS end of support announced.
FreeRTOS website now available in Simplified Chinese
New FreeRTOS Long Term Support version now available.

FreeRTOS_FirstEndPoint()

[Ethernet Driver Porting API]

FreeRTOS_Routing.h
NetworkEndPoint_t * FreeRTOS_FirstEndPoint( const NetworkInterface_t * pxInterface );

FreeRTOS_FirstEndPoint() is used to find the first end-point bound to a given interface. If given interface is NULL then it returns first end-point foy any interface.

Parameters:

pxInterface
The address of the new interface. This object must continue to exist even after px${port_name}_FillInterfaceDescriptor().

Returns:
The first end-point that is found to the interface, or NULL when the interface doesn't have any end-point yet.

Example usage:
Examples are provided on the Porting FreeRTOS to a Different Microcontroller page. Search for FreeRTOS_FirstEndPoint() on that page to find example source code.

Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.