Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/Common/
Dmpu_wrappers_v2.c3464 BaseType_t xIsHigherPriorityTaskWokenWriteable = pdFALSE; in MPU_xTimerGenericCommandFromTaskImpl() local
3481xIsHigherPriorityTaskWokenWriteable = xPortIsAuthorizedToAccessBuffer( pxParams->pxHigherPriorityT… in MPU_xTimerGenericCommandFromTaskImpl()
3487 ( xIsHigherPriorityTaskWokenWriteable == pdTRUE ) ) in MPU_xTimerGenericCommandFromTaskImpl()
3836 BaseType_t xIsHigherPriorityTaskWokenWriteable = pdFALSE; in MPU_xTimerGenericCommandFromISR() local
3840xIsHigherPriorityTaskWokenWriteable = xPortIsAuthorizedToAccessBuffer( pxHigherPriorityTaskWoken, in MPU_xTimerGenericCommandFromISR()
3845 … if( ( pxHigherPriorityTaskWoken == NULL ) || ( xIsHigherPriorityTaskWokenWriteable == pdTRUE ) ) in MPU_xTimerGenericCommandFromISR()