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.

xEventGroupGetBitsFromISR()
[Event Group API]



event_groups.h

 EventBits_t xEventGroupGetBitsFromISR(
                               EventGroupHandle_t xEventGroup );

A version of xEventGroupGetBits() that can be called from an interrupt.

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

Parameters:
xEventGroup   The event group being queried. The event group must have previously been created using a call to xEventGroupCreate().
Returns:
The value of the event bits in the event group at the time xEventGroupGetBitsFromISR() was called.





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