/Kernel-v11.1.0/include/ |
D | timers.h | 882 #define xTimerStartFromISR( xTimer, pxHigherPriorityTaskWoken ) \ argument 946 #define xTimerStopFromISR( xTimer, pxHigherPriorityTaskWoken ) \ argument 1020 #define xTimerChangePeriodFromISR( xTimer, xNewPeriod, pxHigherPriorityTaskWoken ) \ argument 1107 #define xTimerResetFromISR( xTimer, pxHigherPriorityTaskWoken ) \ argument 1372 #define xTimerGenericCommand( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTicks… argument
|
D | queue.h | 1037 #define xQueueSendToFrontFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken ) \ argument 1109 #define xQueueSendToBackFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken ) \ argument 1200 #define xQueueOverwriteFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken ) \ argument 1278 #define xQueueSendFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken ) \ argument
|
D | message_buffer.h | 495 …MessageBufferSendFromISR( xMessageBuffer, pvTxData, xDataLengthBytes, pxHigherPriorityTaskWoken ) \ argument 692 …geBufferReceiveFromISR( xMessageBuffer, pvRxData, xBufferLengthBytes, pxHigherPriorityTaskWoken ) \ argument 914 #define xMessageBufferSendCompletedFromISR( xMessageBuffer, pxHigherPriorityTaskWoken ) \ argument 958 #define xMessageBufferReceiveCompletedFromISR( xMessageBuffer, pxHigherPriorityTaskWoken ) \ argument
|
D | task.h | 2764 #define xTaskNotifyFromISR( xTaskToNotify, ulValue, eAction, pxHigherPriorityTaskWoken ) \ argument 2766 …tifyIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pxHigherPriorityTaskWoken ) \ argument 2793 …ify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigherPriorityTaskWoken ) \ argument 2795 …omISR( xTaskToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigherPriorityTaskWoken ) \ argument 3071 #define vTaskNotifyGiveFromISR( xTaskToNotify, pxHigherPriorityTaskWoken ) \ argument 3073 #define vTaskNotifyGiveIndexedFromISR( xTaskToNotify, uxIndexToNotify, pxHigherPriorityTaskWoken ) \ argument
|
D | semphr.h | 640 #define xSemaphoreGiveFromISR( xSemaphore, pxHigherPriorityTaskWoken ) xQueueGiveFromISR( ( Queu… argument 675 #define xSemaphoreTakeFromISR( xSemaphore, pxHigherPriorityTaskWoken ) xQueueReceiveFromISR( ( Q… argument
|
D | event_groups.h | 618 #define xEventGroupSetBitsFromISR( xEventGroup, uxBitsToSet, pxHigherPriorityTaskWoken ) \ argument
|
D | mpu_prototypes.h | 64 BaseType_t * pxHigherPriorityTaskWoken; member
|
D | FreeRTOS.h | 1137 …#define traceENTER_xEventGroupSetBitsFromISR( xEventGroup, uxBitsToSet, pxHigherPriorityTaskWoken ) argument 1265 …#define traceENTER_xQueueGenericSendFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken, xCo… argument 1273 #define traceENTER_xQueueGiveFromISR( xQueue, pxHigherPriorityTaskWoken ) argument 1305 #define traceENTER_xQueueReceiveFromISR( xQueue, pvBuffer, pxHigherPriorityTaskWoken ) argument 1537 …imerGenericCommandFromTask( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTicksT… argument 1545 …TimerGenericCommandFromISR( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTicksT… argument 1641 …erPendFunctionCallFromISR( xFunctionToPend, pvParameter1, ulParameter2, pxHigherPriorityTaskWoken ) argument 2333 …otify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigherPriorityTaskWoken ) argument 2341 …aceENTER_vTaskGenericNotifyGiveFromISR( xTaskToNotify, uxIndexToNotify, pxHigherPriorityTaskWoken ) argument 2485 …ER_xStreamBufferSendFromISR( xStreamBuffer, pvTxData, xDataLengthBytes, pxHigherPriorityTaskWoken ) argument [all …]
|
/Kernel-v11.1.0/ |
D | stream_buffer.c | 104 pxHigherPriorityTaskWoken ) \ argument 126 … pxHigherPriorityTaskWoken ) \ argument 138 #define prvRECEIVE_COMPLETED_FROM_ISR( pxStreamBuffer, pxHigherPriorityTaskWoken ) \ argument 183 #define sbSEND_COMPLETE_FROM_ISR( pxStreamBuffer, pxHigherPriorityTaskWoken ) \ argument 205 …#define prvSEND_COMPLETE_FROM_ISR( pxStreamBuffer, pxHigherPriorityTaskWoken ) … argument 217 #define prvSEND_COMPLETE_FROM_ISR( pxStreamBuffer, pxHigherPriorityTaskWoken ) \ argument 946 BaseType_t * const pxHigherPriorityTaskWoken ) in xStreamBufferSendFromISR() 1216 BaseType_t * const pxHigherPriorityTaskWoken ) in xStreamBufferReceiveFromISR() 1399 BaseType_t * pxHigherPriorityTaskWoken ) in xStreamBufferSendCompletedFromISR() 1438 BaseType_t * pxHigherPriorityTaskWoken ) in xStreamBufferReceiveCompletedFromISR()
|
D | timers.c | 451 BaseType_t * const pxHigherPriorityTaskWoken, in xTimerGenericCommandFromTask() 502 BaseType_t * const pxHigherPriorityTaskWoken, in xTimerGenericCommandFromISR() 1236 BaseType_t * pxHigherPriorityTaskWoken ) in xTimerPendFunctionCallFromISR()
|
D | queue.c | 1159 BaseType_t * const pxHigherPriorityTaskWoken, in xQueueGenericSendFromISR() 1330 BaseType_t * const pxHigherPriorityTaskWoken ) in xQueueGiveFromISR() 2037 BaseType_t * const pxHigherPriorityTaskWoken ) in xQueueReceiveFromISR()
|
D | event_groups.c | 816 BaseType_t * pxHigherPriorityTaskWoken ) in xEventGroupSetBitsFromISR()
|
D | tasks.c | 7957 BaseType_t * pxHigherPriorityTaskWoken ) in xTaskGenericNotifyFromISR() 8120 BaseType_t * pxHigherPriorityTaskWoken ) in vTaskGenericNotifyGiveFromISR()
|
/Kernel-v11.1.0/portable/Common/ |
D | mpu_wrappers_v2.c | 2118 … BaseType_t * pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xTaskGenericNotifyFromISR() 2146 … BaseType_t * pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_vTaskGenericNotifyGiveFromISR() 3080 BaseType_t * const pxHigherPriorityTaskWoken, in MPU_xQueueGenericSendFromISR() 3105 … BaseType_t * const pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGiveFromISR() 3154 … BaseType_t * const pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueReceiveFromISR() 3445 BaseType_t * const pxHigherPriorityTaskWoken, in MPU_xTimerGenericCommandFromTask() 3835 BaseType_t * const pxHigherPriorityTaskWoken, in MPU_xTimerGenericCommandFromISR() 4294 … BaseType_t * pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xEventGroupSetBitsFromISR() 4859 … BaseType_t * const pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xStreamBufferSendFromISR() 4888 … BaseType_t * const pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xStreamBufferReceiveFromISR() [all …]
|
D | mpu_wrappers.c | 1929 BaseType_t * const pxHigherPriorityTaskWoken, in MPU_xTimerGenericCommandFromTask()
|