Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/Common/
Dmpu_wrappers_v2.c3469 BaseType_t xIsHigherPriorityTaskWokenWriteable = pdFALSE; in MPU_xTimerGenericCommandFromTaskImpl() local
3486xIsHigherPriorityTaskWokenWriteable = xPortIsAuthorizedToAccessBuffer( pxParams->pxHigherPriorityT… in MPU_xTimerGenericCommandFromTaskImpl()
3492 ( xIsHigherPriorityTaskWokenWriteable == pdTRUE ) ) in MPU_xTimerGenericCommandFromTaskImpl()
3841 BaseType_t xIsHigherPriorityTaskWokenWriteable = pdFALSE; in MPU_xTimerGenericCommandFromISR() local
3845xIsHigherPriorityTaskWokenWriteable = xPortIsAuthorizedToAccessBuffer( pxHigherPriorityTaskWoken, in MPU_xTimerGenericCommandFromISR()
3850 … if( ( pxHigherPriorityTaskWoken == NULL ) || ( xIsHigherPriorityTaskWokenWriteable == pdTRUE ) ) in MPU_xTimerGenericCommandFromISR()