| /Kernel-v11.0.1/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 | 481 …MessageBufferSendFromISR( xMessageBuffer, pvTxData, xDataLengthBytes, pxHigherPriorityTaskWoken ) \ argument 672 …geBufferReceiveFromISR( xMessageBuffer, pvRxData, xBufferLengthBytes, pxHigherPriorityTaskWoken ) \ argument 837 #define xMessageBufferSendCompletedFromISR( xMessageBuffer, pxHigherPriorityTaskWoken ) \ argument 878 #define xMessageBufferReceiveCompletedFromISR( xMessageBuffer, pxHigherPriorityTaskWoken ) \ argument
|
| D | task.h | 2763 #define xTaskNotifyFromISR( xTaskToNotify, ulValue, eAction, pxHigherPriorityTaskWoken ) \ argument 2765 …tifyIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pxHigherPriorityTaskWoken ) \ argument 2792 …ify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigherPriorityTaskWoken ) \ argument 2794 …omISR( xTaskToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigherPriorityTaskWoken ) \ argument 3070 #define vTaskNotifyGiveFromISR( xTaskToNotify, pxHigherPriorityTaskWoken ) \ argument 3072 #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 | 603 #define xEventGroupSetBitsFromISR( xEventGroup, uxBitsToSet, pxHigherPriorityTaskWoken ) \ argument
|
| D | mpu_prototypes.h | 64 BaseType_t * pxHigherPriorityTaskWoken; member
|
| D | FreeRTOS.h | 1085 …#define traceENTER_xEventGroupSetBitsFromISR( xEventGroup, uxBitsToSet, pxHigherPriorityTaskWoken ) argument 1213 …#define traceENTER_xQueueGenericSendFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken, xCo… argument 1221 #define traceENTER_xQueueGiveFromISR( xQueue, pxHigherPriorityTaskWoken ) argument 1253 #define traceENTER_xQueueReceiveFromISR( xQueue, pvBuffer, pxHigherPriorityTaskWoken ) argument 1485 …imerGenericCommandFromTask( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTicksT… argument 1493 …TimerGenericCommandFromISR( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTicksT… argument 1589 …erPendFunctionCallFromISR( xFunctionToPend, pvParameter1, ulParameter2, pxHigherPriorityTaskWoken ) argument 2281 …otify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigherPriorityTaskWoken ) argument 2289 …aceENTER_vTaskGenericNotifyGiveFromISR( xTaskToNotify, uxIndexToNotify, pxHigherPriorityTaskWoken ) argument 2425 …ER_xStreamBufferSendFromISR( xStreamBuffer, pvTxData, xDataLengthBytes, pxHigherPriorityTaskWoken ) argument [all …]
|
| /Kernel-v11.0.1/ |
| D | stream_buffer.c | 97 pxHigherPriorityTaskWoken ) \ argument 118 … pxHigherPriorityTaskWoken ) \ argument 130 #define prvRECEIVE_COMPLETED_FROM_ISR( pxStreamBuffer, pxHigherPriorityTaskWoken ) \ argument 174 #define sbSEND_COMPLETE_FROM_ISR( pxStreamBuffer, pxHigherPriorityTaskWoken ) \ argument 195 …#define prvSEND_COMPLETE_FROM_ISR( pxStreamBuffer, pxHigherPriorityTaskWoken ) … argument 207 #define prvSEND_COMPLETE_FROM_ISR( pxStreamBuffer, pxHigherPriorityTaskWoken ) \ argument 857 BaseType_t * const pxHigherPriorityTaskWoken ) in xStreamBufferSendFromISR() 1116 BaseType_t * const pxHigherPriorityTaskWoken ) in xStreamBufferReceiveFromISR() 1296 BaseType_t * pxHigherPriorityTaskWoken ) in xStreamBufferSendCompletedFromISR() 1331 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() 1327 BaseType_t * const pxHigherPriorityTaskWoken ) in xQueueGiveFromISR() 2031 BaseType_t * const pxHigherPriorityTaskWoken ) in xQueueReceiveFromISR()
|
| D | event_groups.c | 807 BaseType_t * pxHigherPriorityTaskWoken ) in xEventGroupSetBitsFromISR()
|
| D | tasks.c | 8024 BaseType_t * pxHigherPriorityTaskWoken ) in xTaskGenericNotifyFromISR() 8184 BaseType_t * pxHigherPriorityTaskWoken ) in vTaskGenericNotifyGiveFromISR()
|
| /Kernel-v11.0.1/portable/Common/ |
| D | mpu_wrappers_v2.c | 2113 … BaseType_t * pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xTaskGenericNotifyFromISR() 2141 … BaseType_t * pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_vTaskGenericNotifyGiveFromISR() 3075 BaseType_t * const pxHigherPriorityTaskWoken, in MPU_xQueueGenericSendFromISR() 3100 … BaseType_t * const pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGiveFromISR() 3149 … BaseType_t * const pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueReceiveFromISR() 3440 BaseType_t * const pxHigherPriorityTaskWoken, in MPU_xTimerGenericCommandFromTask() 3830 BaseType_t * const pxHigherPriorityTaskWoken, in MPU_xTimerGenericCommandFromISR() 4269 … BaseType_t * pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xEventGroupSetBitsFromISR() 4788 … BaseType_t * const pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xStreamBufferSendFromISR() 4813 … BaseType_t * const pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xStreamBufferReceiveFromISR() [all …]
|
| D | mpu_wrappers.c | 1929 BaseType_t * const pxHigherPriorityTaskWoken, in MPU_xTimerGenericCommandFromTask()
|