Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/include/
A Dtask.h2629 uint32_t * pulPreviousNotificationValue ) PRIVILEGED_FUNCTION;
2781 uint32_t * pulPreviousNotificationValue,
2812 …xedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigh… argument
2813 …kToNotify ), ( uxIndexToNotify ), ( ulValue ), ( eAction ), ( pulPreviousNotificationValue ), ( px…
2814 #define xTaskNotifyAndQueryFromISR( xTaskToNotify, ulValue, eAction, pulPreviousNotificationValue, … argument
2815 …, ( tskDEFAULT_INDEX_TO_NOTIFY ), ( ulValue ), ( eAction ), ( pulPreviousNotificationValue ), ( px…
A Dmpu_prototypes.h47 uint32_t * pulPreviousNotificationValue; member
114 uint32_t * pulPreviousNotificationValue ) FREERTOS_SYSTEM_CALL;
211 uint32_t * pulPreviousNotificationValue,
A DFreeRTOS.h2350 …TaskGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue ) argument
2358 …ifyFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigh… argument
/FreeRTOS-Kernel/portable/Common/
A Dmpu_wrappers_v2.c1274 … 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()
A Dmpu_wrappers.c940 … uint32_t * pulPreviousNotificationValue ) /* FREERTOS_SYSTEM_CALL */ in MPU_xTaskGenericNotify() argument
949 …askGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue ); in MPU_xTaskGenericNotify()
957 …askGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue ); in MPU_xTaskGenericNotify()
/FreeRTOS-Kernel/
A Dtasks.c7911 uint32_t * pulPreviousNotificationValue ) in xTaskGenericNotify() argument
7917 …askGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue ); in xTaskGenericNotify()
7925 if( pulPreviousNotificationValue != NULL ) in xTaskGenericNotify()
7927 *pulPreviousNotificationValue = pxTCB->ulNotifiedValue[ uxIndexToNotify ]; in xTaskGenericNotify()
8031 uint32_t * pulPreviousNotificationValue, in xTaskGenericNotifyFromISR() argument
8039 …ifyFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigh… in xTaskGenericNotifyFromISR()
8069 if( pulPreviousNotificationValue != NULL ) in xTaskGenericNotifyFromISR()
8071 *pulPreviousNotificationValue = pxTCB->ulNotifiedValue[ uxIndexToNotify ]; in xTaskGenericNotifyFromISR()

Completed in 48 milliseconds