Home
last modified time | relevance | path

Searched refs:xEventGroupSetBits (Results 1 – 6 of 6) sorted by relevance

/Kernel-v11.1.0/
Devent_groups.c209 ( void ) xEventGroupSetBits( xEventGroup, uxBitsToSet ); in xEventGroupSync()
547 EventBits_t xEventGroupSetBits( EventGroupHandle_t xEventGroup, in xEventGroupSetBits() function
753 ( void ) xEventGroupSetBits( pvEventGroup, ( EventBits_t ) ulBitsToSet ); in vEventGroupSetBitsCallback()
/Kernel-v11.1.0/include/
Devent_groups.h538 EventBits_t xEventGroupSetBits( EventGroupHandle_t xEventGroup,
Dmpu_wrappers.h182 #define xEventGroupSetBits MPU_xEventGroupSetBits macro
/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/
Dport.c1062 xEventGroupSetBits( xEventGroup, uxBits ); in vPortLockInternalSpinUnlockWithNotify()
/Kernel-v11.1.0/portable/Common/
Dmpu_wrappers.c2075 xReturn = xEventGroupSetBits( xEventGroup, uxBitsToSet ); in MPU_xEventGroupSetBits()
2083 xReturn = xEventGroupSetBits( xEventGroup, uxBitsToSet ); in MPU_xEventGroupSetBits()
Dmpu_wrappers_v2.c4018 xReturn = xEventGroupSetBits( xInternalEventGroupHandle, uxBitsToSet ); in MPU_xEventGroupSetBitsImpl()