Quality RTOS & Embedded Software

 Real time embedded FreeRTOS RSS feed 
Quick Start Supported MCUs PDF Books Trace Tools Ecosystem


Loading

Put item in xList with value for Event Flag

Posted by Nobody/Anonymous on February 11, 2007
Hi, I'm trying to create an event flag kernel object.
Here is my object definition.

typedef struct FlagsDefinition
{
portLONG ulFlags;
xList xTasksWaitingForAny;
xList xTasksWaitingForAll;
} xFLAGS;

To do this, I need to be able to put the current task's (pxCurrentTCB) event list item into either of the lists
(xTasksWaitingForAny or xTasksWaitingForAll )with the flag value it's waiting for.

For example, if the current task is waiting for the flag to be 0xFFFF0000, I need to set pxCurrentTCB->xEventListItem.xItemValue
to 0xFFFF0000, and store this event list item into xTasksWaitingForAll;

How do I do this since pxCurrentTCB , and TCB block not accessible?. Do I need to move them to task.h or is there other cleaner way? Does using pxCurrentTCB->xEventListItem.xItemValue will mess up the priority i.e. waking up task in the event list will not be in prioritized order?

Sorry for the very confusing questions.

RE: Put item in xList with value for Event Flag

Posted by Richard on February 11, 2007
Just call vTaskPlaceOnEventList()?


[ Back to the top ]    [ About FreeRTOS ]    [ Privacy ]    [ Sitemap ]    [ ]


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

Latest News

NXP tweet showing LPC5500 (ARMv8-M Cortex-M33) running FreeRTOS.

Meet Richard Barry and learn about running FreeRTOS on RISC-V at FOSDEM 2019

Version 10.1.1 of the FreeRTOS kernel is available for immediate download. MIT licensed.

View a recording of the "OTA Update Security and Reliability" webinar, presented by TI and AWS.


Careers

FreeRTOS and other embedded software careers at AWS.



FreeRTOS Partners

ARM Connected RTOS partner for all ARM microcontroller cores

Espressif ESP32

IAR Partner

Microchip Premier RTOS Partner

RTOS partner of NXP for all NXP ARM microcontrollers

Renesas

STMicro RTOS partner supporting ARM7, ARM Cortex-M3, ARM Cortex-M4 and ARM Cortex-M0

Texas Instruments MCU Developer Network RTOS partner for ARM and MSP430 microcontrollers

OpenRTOS and SafeRTOS

Xilinx Microblaze and Zynq partner