Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
HDtask.h2160 uint32_t * pulPreviousNotificationValue ) PRIVILEGED_FUNCTION;
2312 uint32_t * pulPreviousNotificationValue,
2343 …xedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigh… argument
2344 …kToNotify ), ( uxIndexToNotify ), ( ulValue ), ( eAction ), ( pulPreviousNotificationValue ), ( px…
2345 #define xTaskNotifyAndQueryFromISR( xTaskToNotify, ulValue, eAction, pulPreviousNotificationValue, … argument
2346 …, ( tskDEFAULT_INDEX_TO_NOTIFY ), ( ulValue ), ( eAction ), ( pulPreviousNotificationValue ), ( px…
HDmpu_prototypes.h47 uint32_t * pulPreviousNotificationValue; member
115 uint32_t * pulPreviousNotificationValue ) FREERTOS_SYSTEM_CALL;
175 uint32_t * pulPreviousNotificationValue,
/Kernel-v10.6.2/portable/Common/
HDmpu_wrappers_v2.c1300 … uint32_t * pulPreviousNotificationValue ) /* FREERTOS_SYSTEM_CALL */ in MPU_xTaskGenericNotify() argument
1309 xParams.pulPreviousNotificationValue = pulPreviousNotificationValue; in MPU_xTaskGenericNotify()
1343 if( pxParams->pulPreviousNotificationValue != NULL ) in MPU_xTaskGenericNotifyImpl()
1345 …tificationValueWriteable = xPortIsAuthorizedToAccessBuffer( pxParams->pulPreviousNotificationValue, in MPU_xTaskGenericNotifyImpl()
1350 if( ( pxParams->pulPreviousNotificationValue == NULL ) || in MPU_xTaskGenericNotifyImpl()
1369 … pxParams->pulPreviousNotificationValue ); in MPU_xTaskGenericNotifyImpl()
2048 uint32_t * pulPreviousNotificationValue, in MPU_xTaskGenericNotifyFromISR() argument
2063 …mISR( xInternalTaskHandle, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigh… in MPU_xTaskGenericNotifyFromISR()
HDmpu_wrappers.c962 … uint32_t * pulPreviousNotificationValue ) /* FREERTOS_SYSTEM_CALL */ in MPU_xTaskGenericNotify() argument
971 …askGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue ); in MPU_xTaskGenericNotify()
979 …askGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue ); in MPU_xTaskGenericNotify()
/Kernel-v10.6.2/
HDtasks.c4921 uint32_t * pulPreviousNotificationValue ) in xTaskGenericNotify() argument
4933 if( pulPreviousNotificationValue != NULL ) in xTaskGenericNotify()
4935 *pulPreviousNotificationValue = pxTCB->ulNotifiedValue[ uxIndexToNotify ]; in xTaskGenericNotify()
5044 uint32_t * pulPreviousNotificationValue, in xTaskGenericNotifyFromISR() argument
5077 if( pulPreviousNotificationValue != NULL ) in xTaskGenericNotifyFromISR()
5079 *pulPreviousNotificationValue = pxTCB->ulNotifiedValue[ uxIndexToNotify ]; in xTaskGenericNotifyFromISR()