Download FreeRTOS
 

Quality RTOS & Embedded Software

LIBRARIES
WHAT'S NEW
Simplifying Authenticated Cloud Connectivity for Any Device.
Designing an energy efficient and cloud-connected IoT solution with CoAP.
Introducing FreeRTOS Kernel version 11.0.0:
FreeRTOS Roadmap and Code Contribution process.
OPC-UA over TSN with FreeRTOS.

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.