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.

vEventGroupDelete()
[Event Group API]



event_groups.h

 void vEventGroupDelete( EventGroupHandle_t xEventGroup );

Delete an event group that was previously created using a call to xEventGroupCreate().

Tasks that are blocked on the event group being deleted will be unblocked, and report an event group value of 0.

The RTOS source file FreeRTOS/source/event_groups.c must be included in the build for the vEventGroupDelete() function to be available.

This function cannot be called from an interrupt.

Parameters:
xEventGroup   The event group being deleted.
Returns:
None.





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