EventBits_t is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

EventBits_t

Syntax

typedef TickType_t EventBits_t;

References

LocationReferrerScopeText
event_groups.h:92
typedef TickType_t EventBits_t;
event_groups.c:65EventGroupDef_t::uxEventBitsEventGroupDef_t
EventBits_t uxEventBits;
event_groups.c:87prvTestWaitCondition()::uxCurrentEventBitsprvTestWaitCondition()
event_groups.c:191xEventGroupSync()
event_groups.c:193xEventGroupSync()
EventBits_t uxOriginalBitValue, uxReturn;
event_groups.c:268xEventGroupSync()
if( ( uxReturn & eventUNBLOCKED_DUE_TO_BIT_SET ) == ( EventBits_t ) 0 )
event_groups.c:311xEventGroupWaitBits()
event_groups.c:314xEventGroupWaitBits()
EventBits_t uxReturn, uxControlBits = 0;
event_groups.c:331xEventGroupWaitBits()
const EventBits_t uxCurrentEventBits = pxEventBits->uxEventBits;
event_groups.c:416xEventGroupWaitBits()
if( ( uxReturn & eventUNBLOCKED_DUE_TO_BIT_SET ) == ( EventBits_t ) 0 )
event_groups.c:461xEventGroupClearBits()
event_groups.c:464xEventGroupClearBits()
EventBits_t uxReturn;
event_groups.c:503xEventGroupGetBitsFromISR()
event_groups.c:507xEventGroupGetBitsFromISR()
EventBits_t uxReturn;
event_groups.c:519xEventGroupSetBits()
event_groups.c:524xEventGroupSetBits()
EventBits_t uxBitsToClear = 0, uxBitsWaitedFor, uxControlBits;
event_groups.c:555xEventGroupSetBits()
if( ( uxControlBits & eventWAIT_FOR_ALL_BITS ) == ( EventBits_t ) 0 )
event_groups.c:558xEventGroupSetBits()
if( ( uxBitsWaitedFor & pxEventBits->uxEventBits ) != ( EventBits_t ) 0 )
event_groups.c:580xEventGroupSetBits()
if( ( uxControlBits & eventCLEAR_EVENTS_ON_EXIT_BIT ) != ( EventBits_t ) 0 )
event_groups.c:659vEventGroupSetBitsCallback()
( void ) xEventGroupSetBits( pvEventGroup, ( EventBits_t ) ulBitsToSet ); /*lint !e9079 Can't avoid cast to void* as a generic timer callback prototype. Callback casts back to original type so safe. */
event_groups.c:667vEventGroupClearBitsCallback()
( void ) xEventGroupClearBits( pvEventGroup, ( EventBits_t ) ulBitsToClear ); /*lint !e9079 Can't avoid cast to void* as a generic timer callback prototype. Callback casts back to original type so safe. */
event_groups.c:671prvTestWaitCondition()
static BaseType_t prvTestWaitCondition( const EventBits_t uxCurrentEventBits, const EventBits_t uxBitsToWaitFor, const BaseType_t xWaitForAllBits )
event_groups.c:679prvTestWaitCondition()
if( ( uxCurrentEventBits & uxBitsToWaitFor ) != ( EventBits_t ) 0 )
event_groups.h:295xEventGroupWaitBits()
event_groups.h:352xEventGroupClearBits()
event_groups.h:408xEventGroupClearBitsFromISR()::uxBitsToClearxEventGroupClearBitsFromISR()
event_groups.h:485xEventGroupSetBits()
event_groups.h:560xEventGroupSetBitsFromISR()::uxBitsToSetxEventGroupSetBitsFromISR()
event_groups.h:689xEventGroupSync()
event_groups.h:725xEventGroupGetBitsFromISR()
mpu_prototypes.h:136MPU_xEventGroupWaitBits()
mpu_prototypes.h:137MPU_xEventGroupClearBits()
mpu_prototypes.h:138MPU_xEventGroupSetBits()
mpu_prototypes.h:139MPU_xEventGroupSync()
mpu_wrappers.c:1154MPU_xEventGroupWaitBits()
mpu_wrappers.c:1156MPU_xEventGroupWaitBits()
EventBits_t xReturn;
mpu_wrappers.c:1166MPU_xEventGroupClearBits()
EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, const EventBits_t uxBitsToClear ) /* FREERTOS_SYSTEM_CALL */
mpu_wrappers.c:1168MPU_xEventGroupClearBits()
EventBits_t xReturn;
mpu_wrappers.c:1178MPU_xEventGroupSetBits()
EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, const EventBits_t uxBitsToSet ) /* FREERTOS_SYSTEM_CALL */
mpu_wrappers.c:1180MPU_xEventGroupSetBits()
EventBits_t xReturn;
mpu_wrappers.c:1190MPU_xEventGroupSync()
EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, const EventBits_t uxBitsToSet, const EventBits_t uxBitsToWaitFor, TickType_t xTicksToWait ) /* FREERTOS_SYSTEM_CALL */
mpu_wrappers.c:1192MPU_xEventGroupSync()
EventBits_t xReturn;

Type Use

Variables of EventBits_t type
EventBits_t
EventBits_t
all items filtered out