/FreeRTOS-Kernel/include/ |
A D | timers.h | 885 #define xTimerStartFromISR( xTimer, pxHigherPriorityTaskWoken ) \ argument 949 #define xTimerStopFromISR( xTimer, pxHigherPriorityTaskWoken ) \ argument 950 … xTimerGenericCommand( ( xTimer ), tmrCOMMAND_STOP_FROM_ISR, 0, ( pxHigherPriorityTaskWoken ), 0U ) 1023 #define xTimerChangePeriodFromISR( xTimer, xNewPeriod, pxHigherPriorityTaskWoken ) \ argument 1110 #define xTimerResetFromISR( xTimer, pxHigherPriorityTaskWoken ) \ argument 1206 … BaseType_t * pxHigherPriorityTaskWoken ) PRIVILEGED_FUNCTION; 1366 BaseType_t * const pxHigherPriorityTaskWoken, 1372 BaseType_t * const pxHigherPriorityTaskWoken, 1375 #define xTimerGenericCommand( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTicks… argument 1377 …xTimerGenericCommandFromTask( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTick… [all …]
|
A D | message_buffer.h | 495 …MessageBufferSendFromISR( xMessageBuffer, pvTxData, xDataLengthBytes, pxHigherPriorityTaskWoken ) \ argument 496 …endFromISR( ( xMessageBuffer ), ( pvTxData ), ( xDataLengthBytes ), ( pxHigherPriorityTaskWoken ) ) 692 …geBufferReceiveFromISR( xMessageBuffer, pvRxData, xBufferLengthBytes, pxHigherPriorityTaskWoken ) \ argument 693 …eFromISR( ( xMessageBuffer ), ( pvRxData ), ( xBufferLengthBytes ), ( pxHigherPriorityTaskWoken ) ) 914 #define xMessageBufferSendCompletedFromISR( xMessageBuffer, pxHigherPriorityTaskWoken ) \ argument 915 xStreamBufferSendCompletedFromISR( ( xMessageBuffer ), ( pxHigherPriorityTaskWoken ) ) 958 #define xMessageBufferReceiveCompletedFromISR( xMessageBuffer, pxHigherPriorityTaskWoken ) \ argument 959 xStreamBufferReceiveCompletedFromISR( ( xMessageBuffer ), ( pxHigherPriorityTaskWoken ) )
|
A D | queue.h | 1037 #define xQueueSendToFrontFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken ) \ argument 1038 …xQueueGenericSendFromISR( ( xQueue ), ( pvItemToQueue ), ( pxHigherPriorityTaskWoken ), queueSEND_… 1109 #define xQueueSendToBackFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken ) \ argument 1110 …xQueueGenericSendFromISR( ( xQueue ), ( pvItemToQueue ), ( pxHigherPriorityTaskWoken ), queueSEND_… 1200 #define xQueueOverwriteFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken ) \ argument 1201 …xQueueGenericSendFromISR( ( xQueue ), ( pvItemToQueue ), ( pxHigherPriorityTaskWoken ), queueOVERW… 1278 #define xQueueSendFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken ) \ argument 1279 …xQueueGenericSendFromISR( ( xQueue ), ( pvItemToQueue ), ( pxHigherPriorityTaskWoken ), queueSEND_… 1363 BaseType_t * const pxHigherPriorityTaskWoken, 1366 BaseType_t * const pxHigherPriorityTaskWoken ) PRIVILEGED_FUNCTION; [all …]
|
A D | semphr.h | 640 …FromISR( xSemaphore, pxHigherPriorityTaskWoken ) xQueueGiveFromISR( ( QueueHandle_t ) ( xSemaph… argument 675 …SR( xSemaphore, pxHigherPriorityTaskWoken ) xQueueReceiveFromISR( ( QueueHandle_t ) ( xSemaphor… argument
|
A D | task.h | 2782 BaseType_t * pxHigherPriorityTaskWoken ) PRIVILEGED_FUNCTION; 2783 #define xTaskNotifyFromISR( xTaskToNotify, ulValue, eAction, pxHigherPriorityTaskWoken ) \ argument 2784 … ), ( tskDEFAULT_INDEX_TO_NOTIFY ), ( ulValue ), ( eAction ), NULL, ( pxHigherPriorityTaskWoken ) ) 2785 …tifyIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pxHigherPriorityTaskWoken ) \ argument 2786 …askToNotify ), ( uxIndexToNotify ), ( ulValue ), ( eAction ), NULL, ( pxHigherPriorityTaskWoken ) ) 2814 …omISR( xTaskToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigherPriorityTaskWoken ) \ argument 3089 BaseType_t * pxHigherPriorityTaskWoken ) PRIVILEGED_FUNCTION; 3090 #define vTaskNotifyGiveFromISR( xTaskToNotify, pxHigherPriorityTaskWoken ) \ argument 3091 …tifyGiveFromISR( ( xTaskToNotify ), ( tskDEFAULT_INDEX_TO_NOTIFY ), ( pxHigherPriorityTaskWoken ) ) 3092 #define vTaskNotifyGiveIndexedFromISR( xTaskToNotify, uxIndexToNotify, pxHigherPriorityTaskWoken ) \ argument [all …]
|
A D | stream_buffer.h | 86 BaseType_t * const pxHigherPriorityTaskWoken ); 699 BaseType_t * const pxHigherPriorityTaskWoken ) PRIVILEGED_FUNCTION; 880 … BaseType_t * const pxHigherPriorityTaskWoken ) PRIVILEGED_FUNCTION; 1145 … BaseType_t * pxHigherPriorityTaskWoken ) PRIVILEGED_FUNCTION; 1189 … BaseType_t * pxHigherPriorityTaskWoken ) PRIVILEGED_FUNCTION;
|
A D | mpu_prototypes.h | 64 BaseType_t * pxHigherPriorityTaskWoken; member 212 … BaseType_t * pxHigherPriorityTaskWoken ) PRIVILEGED_FUNCTION; 215 … BaseType_t * pxHigherPriorityTaskWoken ) PRIVILEGED_FUNCTION; 315 BaseType_t * const pxHigherPriorityTaskWoken, 318 … BaseType_t * const pxHigherPriorityTaskWoken ) PRIVILEGED_FUNCTION; 323 … BaseType_t * const pxHigherPriorityTaskWoken ) PRIVILEGED_FUNCTION; 339 BaseType_t * const pxHigherPriorityTaskWoken, 369 BaseType_t * const pxHigherPriorityTaskWoken, 419 … BaseType_t * pxHigherPriorityTaskWoken ) FREERTOS_SYSTEM_CALL; 484 … BaseType_t * const pxHigherPriorityTaskWoken ) PRIVILEGED_FUNCTION; [all …]
|
A D | FreeRTOS.h | 1154 …#define traceENTER_xEventGroupSetBitsFromISR( xEventGroup, uxBitsToSet, pxHigherPriorityTaskWoken ) argument 1282 …#define traceENTER_xQueueGenericSendFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken, xCo… argument 1290 #define traceENTER_xQueueGiveFromISR( xQueue, pxHigherPriorityTaskWoken ) argument 1322 #define traceENTER_xQueueReceiveFromISR( xQueue, pvBuffer, pxHigherPriorityTaskWoken ) argument 1570 …TimerGenericCommandFromISR( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTicksT… argument 1666 …erPendFunctionCallFromISR( xFunctionToPend, pvParameter1, ulParameter2, pxHigherPriorityTaskWoken ) argument 2366 …aceENTER_vTaskGenericNotifyGiveFromISR( xTaskToNotify, uxIndexToNotify, pxHigherPriorityTaskWoken ) argument 2510 …ER_xStreamBufferSendFromISR( xStreamBuffer, pvTxData, xDataLengthBytes, pxHigherPriorityTaskWoken ) argument 2534 …treamBufferReceiveFromISR( xStreamBuffer, pvRxData, xBufferLengthBytes, pxHigherPriorityTaskWoken ) argument 2558 #define traceENTER_xStreamBufferSendCompletedFromISR( xStreamBuffer, pxHigherPriorityTaskWoken ) argument [all …]
|
A D | event_groups.h | 610 … BaseType_t * pxHigherPriorityTaskWoken ) PRIVILEGED_FUNCTION;
|
/FreeRTOS-Kernel/ |
A D | stream_buffer.c | 138 #define prvRECEIVE_COMPLETED_FROM_ISR( pxStreamBuffer, pxHigherPriorityTaskWoken ) \ argument 139 sbRECEIVE_COMPLETED_FROM_ISR( ( pxStreamBuffer ), ( pxHigherPriorityTaskWoken ) ) 217 #define prvSEND_COMPLETE_FROM_ISR( pxStreamBuffer, pxHigherPriorityTaskWoken ) \ argument 218 sbSEND_COMPLETE_FROM_ISR( ( pxStreamBuffer ), ( pxHigherPriorityTaskWoken ) ) 946 BaseType_t * const pxHigherPriorityTaskWoken ) in xStreamBufferSendFromISR() argument 981 prvSEND_COMPLETE_FROM_ISR( pxStreamBuffer, pxHigherPriorityTaskWoken ); in xStreamBufferSendFromISR() 1216 BaseType_t * const pxHigherPriorityTaskWoken ) in xStreamBufferReceiveFromISR() argument 1257 prvRECEIVE_COMPLETED_FROM_ISR( pxStreamBuffer, pxHigherPriorityTaskWoken ); in xStreamBufferReceiveFromISR() 1399 BaseType_t * pxHigherPriorityTaskWoken ) in xStreamBufferSendCompletedFromISR() argument 1420 pxHigherPriorityTaskWoken ); in xStreamBufferSendCompletedFromISR() [all …]
|
A D | timers.c | 451 BaseType_t * const pxHigherPriorityTaskWoken, in xTimerGenericCommandFromTask() argument 457 ( void ) pxHigherPriorityTaskWoken; in xTimerGenericCommandFromTask() 459 …imerGenericCommandFromTask( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTicksT… in xTimerGenericCommandFromTask() 500 BaseType_t * const pxHigherPriorityTaskWoken, in xTimerGenericCommandFromISR() argument 508 …TimerGenericCommandFromISR( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTicksT… in xTimerGenericCommandFromISR() 523 … xReturn = xQueueSendToBackFromISR( xTimerQueue, &xMessage, pxHigherPriorityTaskWoken ); in xTimerGenericCommandFromISR() 1239 BaseType_t * pxHigherPriorityTaskWoken ) in xTimerPendFunctionCallFromISR() argument 1244 …rPendFunctionCallFromISR( xFunctionToPend, pvParameter1, ulParameter2, pxHigherPriorityTaskWoken ); in xTimerPendFunctionCallFromISR() 1253 xReturn = xQueueSendFromISR( xTimerQueue, &xMessage, pxHigherPriorityTaskWoken ); in xTimerPendFunctionCallFromISR()
|
A D | queue.c | 1241 if( pxHigherPriorityTaskWoken != NULL ) in xQueueGenericSendFromISR() 1243 *pxHigherPriorityTaskWoken = pdTRUE; in xQueueGenericSendFromISR() 1291 if( pxHigherPriorityTaskWoken != NULL ) in xQueueGenericSendFromISR() 1293 *pxHigherPriorityTaskWoken = pdTRUE; in xQueueGenericSendFromISR() 1345 traceENTER_xQueueGiveFromISR( xQueue, pxHigherPriorityTaskWoken ); in xQueueGiveFromISR() 1415 if( pxHigherPriorityTaskWoken != NULL ) in xQueueGiveFromISR() 1417 *pxHigherPriorityTaskWoken = pdTRUE; in xQueueGiveFromISR() 1465 if( pxHigherPriorityTaskWoken != NULL ) in xQueueGiveFromISR() 1467 *pxHigherPriorityTaskWoken = pdTRUE; in xQueueGiveFromISR() 2097 if( pxHigherPriorityTaskWoken != NULL ) in xQueueReceiveFromISR() [all …]
|
A D | event_groups.c | 819 BaseType_t * pxHigherPriorityTaskWoken ) in xEventGroupSetBitsFromISR() argument 823 … traceENTER_xEventGroupSetBitsFromISR( xEventGroup, uxBitsToSet, pxHigherPriorityTaskWoken ); in xEventGroupSetBitsFromISR() 826 …roupSetBitsCallback, ( void * ) xEventGroup, ( uint32_t ) uxBitsToSet, pxHigherPriorityTaskWoken ); in xEventGroupSetBitsFromISR()
|
A D | tasks.c | 8032 BaseType_t * pxHigherPriorityTaskWoken ) in xTaskGenericNotifyFromISR() argument 8163 if( pxHigherPriorityTaskWoken != NULL ) in xTaskGenericNotifyFromISR() 8165 *pxHigherPriorityTaskWoken = pdTRUE; in xTaskGenericNotifyFromISR() 8186 if( pxHigherPriorityTaskWoken != NULL ) in xTaskGenericNotifyFromISR() 8188 *pxHigherPriorityTaskWoken = pdTRUE; in xTaskGenericNotifyFromISR() 8211 BaseType_t * pxHigherPriorityTaskWoken ) in vTaskGenericNotifyGiveFromISR() argument 8217 …ceENTER_vTaskGenericNotifyGiveFromISR( xTaskToNotify, uxIndexToNotify, pxHigherPriorityTaskWoken ); in vTaskGenericNotifyGiveFromISR() 8297 if( pxHigherPriorityTaskWoken != NULL ) in vTaskGenericNotifyGiveFromISR() 8299 *pxHigherPriorityTaskWoken = pdTRUE; in vTaskGenericNotifyGiveFromISR() 8320 if( pxHigherPriorityTaskWoken != NULL ) in vTaskGenericNotifyGiveFromISR() [all …]
|
/FreeRTOS-Kernel/portable/Common/ |
A D | mpu_wrappers_v2.c | 3113 BaseType_t * const pxHigherPriorityTaskWoken, in MPU_xQueueGenericSendFromISR() argument 3138 … BaseType_t * const pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGiveFromISR() argument 3152 xReturn = xQueueGiveFromISR( xInternalQueueHandle, pxHigherPriorityTaskWoken ); in MPU_xQueueGiveFromISR() 3187 … BaseType_t * const pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueReceiveFromISR() argument 3201 … xReturn = xQueueReceiveFromISR( xInternalQueueHandle, pvBuffer, pxHigherPriorityTaskWoken ); in MPU_xQueueReceiveFromISR() 3478 BaseType_t * const pxHigherPriorityTaskWoken, in MPU_xTimerGenericCommandFromTask() argument 3487 xParams.pxHigherPriorityTaskWoken = pxHigherPriorityTaskWoken; in MPU_xTimerGenericCommandFromTask() 3517 if( pxParams->pxHigherPriorityTaskWoken != NULL ) in MPU_xTimerGenericCommandFromTaskImpl() 3524 if( ( pxParams->pxHigherPriorityTaskWoken == NULL ) || in MPU_xTimerGenericCommandFromTaskImpl() 3542 … pxParams->pxHigherPriorityTaskWoken, in MPU_xTimerGenericCommandFromTaskImpl() [all …]
|
A D | mpu_wrappers.c | 1959 BaseType_t * const pxHigherPriorityTaskWoken, in MPU_xTimerGenericCommandFromTask() argument 1969 …imerGenericCommandFromTask( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTicksT… in MPU_xTimerGenericCommandFromTask() 1977 …imerGenericCommandFromTask( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTicksT… in MPU_xTimerGenericCommandFromTask()
|