Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/Common/
Dmpu_wrappers_v2.c1242 BaseType_t xIsTicksToWaitWriteable = pdFALSE; in MPU_xTaskCheckForTimeOutImpl() local
1249 xIsTicksToWaitWriteable = xPortIsAuthorizedToAccessBuffer( pxTicksToWait, in MPU_xTaskCheckForTimeOutImpl()
1253 if( ( xIsTimeOutWriteable == pdTRUE ) && ( xIsTicksToWaitWriteable == pdTRUE ) ) in MPU_xTaskCheckForTimeOutImpl()