Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/include/
A Dtask.h3193 uint32_t ulTaskGenericNotifyTake( UBaseType_t uxIndexToWaitOn,
3197ulTaskGenericNotifyTake( ( tskDEFAULT_INDEX_TO_NOTIFY ), ( xClearCountOnExit ), ( xTicksToWait ) )
3199 ulTaskGenericNotifyTake( ( uxIndexToWaitOn ), ( xClearCountOnExit ), ( xTicksToWait ) )
A Dmpu_wrappers.h72 #define ulTaskGenericNotifyTake MPU_ulTaskGenericNotifyTake macro
/FreeRTOS-Kernel/portable/Common/
A Dmpu_wrappers.c1007 … ulReturn = ulTaskGenericNotifyTake( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ); in MPU_ulTaskGenericNotifyTake()
1015 … ulReturn = ulTaskGenericNotifyTake( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ); in MPU_ulTaskGenericNotifyTake()
A Dmpu_wrappers_v2.c1437 … ulReturn = ulTaskGenericNotifyTake( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ); in MPU_ulTaskGenericNotifyTakeImpl()
/FreeRTOS-Kernel/
A Dtasks.c7691 uint32_t ulTaskGenericNotifyTake( UBaseType_t uxIndexToWaitOn, in ulTaskGenericNotifyTake() function
A DHistory.txt206 + Update the scheduler suspension usage in ulTaskGenericNotifyTake and

Completed in 43 milliseconds