Download FreeRTOS
 

Quality RTOS & Embedded Software

KERNEL
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.

xEventGroupGetStaticBuffer()
[Event Group API]



event_groups.h

 BaseType_t xEventGroupGetStaticBuffer( EventGroupHandle_t xEventGroup,
                                        StaticEventGroup_t ** ppxEventGroupBuffer );

configSUPPORT_STATIC_ALLOCATION must be defined as 1 for this function to be available. See the RTOS Configuration documentation for more information.

Retrieve a pointer to a statically created event group's data structure buffer. It is the same buffer that is supplied at the time of creation.

Parameters:
xEventGroup   The event group for which the buffer will be retrieved.
ppxEventGroupBuffer   Used to return a pointer to the event group's data structure buffer.
Returns:
pdTRUE if the buffer was retrieved, pdFALSE otherwise.





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