EventGroupDef_t::uxEventBits is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

EventGroupDef_t::uxEventBits field

Syntax

EventBits_t uxEventBits;

References

LocationReferrerText
event_groups.c:65
EventBits_t uxEventBits;
event_groups.c:166xEventGroupCreate()
pxEventBits->uxEventBits = 0;
event_groups.c:208xEventGroupSync()
uxOriginalBitValue = pxEventBits->uxEventBits;
event_groups.c:219xEventGroupSync()
pxEventBits->uxEventBits &= ~uxBitsToWaitFor;
event_groups.c:244xEventGroupSync()
uxReturn = pxEventBits->uxEventBits;
event_groups.c:273xEventGroupSync()
uxReturn = pxEventBits->uxEventBits;
event_groups.c:281xEventGroupSync()
pxEventBits->uxEventBits &= ~uxBitsToWaitFor;
event_groups.c:331xEventGroupWaitBits()
const EventBits_t uxCurrentEventBits = pxEventBits->uxEventBits;
event_groups.c:346xEventGroupWaitBits()
pxEventBits->uxEventBits &= ~uxBitsToWaitFor;
event_groups.c:421xEventGroupWaitBits()
uxReturn = pxEventBits->uxEventBits;
event_groups.c:429xEventGroupWaitBits()
pxEventBits->uxEventBits &= ~uxBitsToWaitFor;
event_groups.c:477xEventGroupClearBits()
uxReturn = pxEventBits->uxEventBits;
event_groups.c:480xEventGroupClearBits()
pxEventBits->uxEventBits &= ~uxBitsToClear;
event_groups.c:511xEventGroupGetBitsFromISR()
uxReturn = pxEventBits->uxEventBits;
event_groups.c:542xEventGroupSetBits()
pxEventBits->uxEventBits |= uxBitsToSet;
event_groups.c:558xEventGroupSetBits()
if( ( uxBitsWaitedFor & pxEventBits->uxEventBits ) != ( EventBits_t ) 0 )
event_groups.c:567xEventGroupSetBits()
else if( ( uxBitsWaitedFor & pxEventBits->uxEventBits ) == uxBitsWaitedFor )
event_groups.c:594xEventGroupSetBits()
vTaskRemoveFromUnorderedEventList( pxListItem, pxEventBits->uxEventBits | eventUNBLOCKED_DUE_TO_BIT_SET );
event_groups.c:605xEventGroupSetBits()
pxEventBits->uxEventBits &= ~uxBitsToClear;
event_groups.c:609xEventGroupSetBits()
return pxEventBits->uxEventBits;

Data Use

Functions writing EventGroupDef_t::uxEventBits
Functions reading EventGroupDef_t::uxEventBits
EventGroupDef_t::uxEventBits
Type of EventGroupDef_t::uxEventBits
EventGroupDef_t::uxEventBits
all items filtered out