Searched refs:pulPreviousNotificationValue (Results 1 – 6 of 6) sorted by relevance
/Kernel-v11.1.0/include/ |
D | task.h | 2610 uint32_t * pulPreviousNotificationValue ) PRIVILEGED_FUNCTION; 2762 uint32_t * pulPreviousNotificationValue, 2793 …xedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigh… argument 2794 …kToNotify ), ( uxIndexToNotify ), ( ulValue ), ( eAction ), ( pulPreviousNotificationValue ), ( px… 2795 #define xTaskNotifyAndQueryFromISR( xTaskToNotify, ulValue, eAction, pulPreviousNotificationValue, … argument 2796 …, ( tskDEFAULT_INDEX_TO_NOTIFY ), ( ulValue ), ( eAction ), ( pulPreviousNotificationValue ), ( px…
|
D | mpu_prototypes.h | 47 uint32_t * pulPreviousNotificationValue; member 114 uint32_t * pulPreviousNotificationValue ) FREERTOS_SYSTEM_CALL; 177 uint32_t * pulPreviousNotificationValue,
|
D | FreeRTOS.h | 2325 …TaskGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue ) argument 2333 …ifyFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigh… argument
|
/Kernel-v11.1.0/portable/Common/ |
D | mpu_wrappers_v2.c | 1274 … uint32_t * pulPreviousNotificationValue ) /* FREERTOS_SYSTEM_CALL */ in MPU_xTaskGenericNotify() argument 1283 xParams.pulPreviousNotificationValue = pulPreviousNotificationValue; in MPU_xTaskGenericNotify() 1317 if( pxParams->pulPreviousNotificationValue != NULL ) in MPU_xTaskGenericNotifyImpl() 1319 …tificationValueWriteable = xPortIsAuthorizedToAccessBuffer( pxParams->pulPreviousNotificationValue, in MPU_xTaskGenericNotifyImpl() 1324 if( ( pxParams->pulPreviousNotificationValue == NULL ) || in MPU_xTaskGenericNotifyImpl() 1343 … pxParams->pulPreviousNotificationValue ); in MPU_xTaskGenericNotifyImpl() 2117 uint32_t * pulPreviousNotificationValue, in MPU_xTaskGenericNotifyFromISR() argument 2132 …mISR( xInternalTaskHandle, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigh… in MPU_xTaskGenericNotifyFromISR()
|
D | mpu_wrappers.c | 938 … uint32_t * pulPreviousNotificationValue ) /* FREERTOS_SYSTEM_CALL */ in MPU_xTaskGenericNotify() argument 947 …askGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue ); in MPU_xTaskGenericNotify() 955 …askGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue ); in MPU_xTaskGenericNotify()
|
/Kernel-v11.1.0/ |
D | tasks.c | 7836 uint32_t * pulPreviousNotificationValue ) in xTaskGenericNotify() argument 7842 …askGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue ); in xTaskGenericNotify() 7850 if( pulPreviousNotificationValue != NULL ) in xTaskGenericNotify() 7852 *pulPreviousNotificationValue = pxTCB->ulNotifiedValue[ uxIndexToNotify ]; in xTaskGenericNotify() 7956 uint32_t * pulPreviousNotificationValue, in xTaskGenericNotifyFromISR() argument 7964 …ifyFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigh… in xTaskGenericNotifyFromISR() 7994 if( pulPreviousNotificationValue != NULL ) in xTaskGenericNotifyFromISR() 7996 *pulPreviousNotificationValue = pxTCB->ulNotifiedValue[ uxIndexToNotify ]; in xTaskGenericNotifyFromISR()
|