Searched refs:ulTaskGenericNotifyTake (Results 1 – 6 of 6) sorted by relevance
/FreeRTOS-Kernel/include/ |
A D | task.h | 3193 uint32_t ulTaskGenericNotifyTake( UBaseType_t uxIndexToWaitOn, 3197 … ulTaskGenericNotifyTake( ( tskDEFAULT_INDEX_TO_NOTIFY ), ( xClearCountOnExit ), ( xTicksToWait ) ) 3199 ulTaskGenericNotifyTake( ( uxIndexToWaitOn ), ( xClearCountOnExit ), ( xTicksToWait ) )
|
A D | mpu_wrappers.h | 72 #define ulTaskGenericNotifyTake MPU_ulTaskGenericNotifyTake macro
|
/FreeRTOS-Kernel/portable/Common/ |
A D | mpu_wrappers.c | 1007 … ulReturn = ulTaskGenericNotifyTake( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ); in MPU_ulTaskGenericNotifyTake() 1015 … ulReturn = ulTaskGenericNotifyTake( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ); in MPU_ulTaskGenericNotifyTake()
|
A D | mpu_wrappers_v2.c | 1437 … ulReturn = ulTaskGenericNotifyTake( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ); in MPU_ulTaskGenericNotifyTakeImpl()
|
/FreeRTOS-Kernel/ |
A D | tasks.c | 7691 uint32_t ulTaskGenericNotifyTake( UBaseType_t uxIndexToWaitOn, in ulTaskGenericNotifyTake() function
|
A D | History.txt | 206 + Update the scheduler suspension usage in ulTaskGenericNotifyTake and
|
Completed in 43 milliseconds