Home
last modified time | relevance | path

Searched refs:xTicksToWait (Results 1 – 25 of 32) sorted by relevance

12

/Kernel-v10.6.2/include/
HDtimers.h509 #define xTimerStart( xTimer, xTicksToWait ) \ argument
510 …imerGenericCommand( ( xTimer ), tmrCOMMAND_START, ( xTaskGetTickCount() ), NULL, ( xTicksToWait ) )
552 #define xTimerStop( xTimer, xTicksToWait ) \ argument
553 xTimerGenericCommand( ( xTimer ), tmrCOMMAND_STOP, 0U, NULL, ( xTicksToWait ) )
633 #define xTimerChangePeriod( xTimer, xNewPeriod, xTicksToWait ) \ argument
634 …TimerGenericCommand( ( xTimer ), tmrCOMMAND_CHANGE_PERIOD, ( xNewPeriod ), NULL, ( xTicksToWait ) )
672 #define xTimerDelete( xTimer, xTicksToWait ) \ argument
673 xTimerGenericCommand( ( xTimer ), tmrCOMMAND_DELETE, 0U, NULL, ( xTicksToWait ) )
797 #define xTimerReset( xTimer, xTicksToWait ) \ argument
798 …imerGenericCommand( ( xTimer ), tmrCOMMAND_RESET, ( xTaskGetTickCount() ), NULL, ( xTicksToWait ) )
[all …]
HDqueue.h345 #define xQueueSendToFront( xQueue, pvItemToQueue, xTicksToWait ) \ argument
346 xQueueGenericSend( ( xQueue ), ( pvItemToQueue ), ( xTicksToWait ), queueSEND_TO_FRONT )
428 #define xQueueSendToBack( xQueue, pvItemToQueue, xTicksToWait ) \ argument
429 xQueueGenericSend( ( xQueue ), ( pvItemToQueue ), ( xTicksToWait ), queueSEND_TO_BACK )
513 #define xQueueSend( xQueue, pvItemToQueue, xTicksToWait ) \ argument
514 xQueueGenericSend( ( xQueue ), ( pvItemToQueue ), ( xTicksToWait ), queueSEND_TO_BACK )
688 TickType_t xTicksToWait,
786 TickType_t xTicksToWait ) PRIVILEGED_FUNCTION;
915 TickType_t xTicksToWait ) PRIVILEGED_FUNCTION;
1475 TickType_t xTicksToWait );
[all …]
HDmpu_prototypes.h56 TickType_t xTicksToWait; member
65 TickType_t xTicksToWait; member
74 TickType_t xTicksToWait; member
121 TickType_t xTicksToWait ) FREERTOS_SYSTEM_CALL;
125 TickType_t xTicksToWait ) FREERTOS_SYSTEM_CALL;
184 TickType_t xTicksToWait,
188 TickType_t xTicksToWait ) FREERTOS_SYSTEM_CALL;
191 TickType_t xTicksToWait ) FREERTOS_SYSTEM_CALL;
193 TickType_t xTicksToWait ) FREERTOS_SYSTEM_CALL;
198 TickType_t xTicksToWait ) FREERTOS_SYSTEM_CALL;
[all …]
HDtask.h2456 TickType_t xTicksToWait ) PRIVILEGED_FUNCTION;
2457 … xTaskNotifyWait( ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWait ) \ argument
2458 …FY, ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExit ), ( pulNotificationValue ), ( xTicksToWait ) )
2459 … uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWait ) \ argument
2460 … ), ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExit ), ( pulNotificationValue ), ( xTicksToWait ) )
2726 TickType_t xTicksToWait ) PRIVILEGED_FUNCTION;
2727 #define ulTaskNotifyTake( xClearCountOnExit, xTicksToWait ) \ argument
2728 … ulTaskGenericNotifyTake( ( tskDEFAULT_INDEX_TO_NOTIFY ), ( xClearCountOnExit ), ( xTicksToWait ) )
2729 #define ulTaskNotifyTakeIndexed( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ) \ argument
2730 ulTaskGenericNotifyTake( ( uxIndexToWaitOn ), ( xClearCountOnExit ), ( xTicksToWait ) )
[all …]
HDcroutine.h404 #define crQUEUE_SEND( xHandle, pxQueue, pvItemToQueue, xTicksToWait, pxResult ) \ argument
406 *( pxResult ) = xQueueCRSend( ( pxQueue ), ( pvItemToQueue ), ( xTicksToWait ) ); \
498 #define crQUEUE_RECEIVE( xHandle, pxQueue, pvBuffer, xTicksToWait, pxResult ) \ argument
500 *( pxResult ) = xQueueCRReceive( ( pxQueue ), ( pvBuffer ), ( xTicksToWait ) ); \
HDmessage_buffer.h376 #define xMessageBufferSend( xMessageBuffer, pvTxData, xDataLengthBytes, xTicksToWait ) \ argument
377 xStreamBufferSend( ( xMessageBuffer ), ( pvTxData ), ( xDataLengthBytes ), ( xTicksToWait ) )
570 #define xMessageBufferReceive( xMessageBuffer, pvRxData, xBufferLengthBytes, xTicksToWait ) \ argument
571 … xStreamBufferReceive( ( xMessageBuffer ), ( pvRxData ), ( xBufferLengthBytes ), ( xTicksToWait ) )
/Kernel-v10.6.2/portable/GCC/ARM_CM55_NTZ/non_secure/
HDmpu_wrappers_v2_asm.c896 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
900 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyTake() argument
991 TickType_t xTicksToWait,
996 TickType_t xTicksToWait, in MPU_xQueueGenericSend() argument
1072 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1076 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueReceive() argument
1101 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1105 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueuePeek() argument
1129 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1132 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueSemaphoreTake() argument
[all …]
/Kernel-v10.6.2/portable/GCC/ARM_CM85/non_secure/
HDmpu_wrappers_v2_asm.c896 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
900 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyTake() argument
991 TickType_t xTicksToWait,
996 TickType_t xTicksToWait, in MPU_xQueueGenericSend() argument
1072 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1076 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueReceive() argument
1101 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1105 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueuePeek() argument
1129 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1132 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueSemaphoreTake() argument
[all …]
/Kernel-v10.6.2/portable/GCC/ARM_CM85_NTZ/non_secure/
HDmpu_wrappers_v2_asm.c896 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
900 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyTake() argument
991 TickType_t xTicksToWait,
996 TickType_t xTicksToWait, in MPU_xQueueGenericSend() argument
1072 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1076 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueReceive() argument
1101 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1105 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueuePeek() argument
1129 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1132 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueSemaphoreTake() argument
[all …]
/Kernel-v10.6.2/portable/GCC/ARM_CM35P_NTZ/non_secure/
HDmpu_wrappers_v2_asm.c896 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
900 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyTake() argument
991 TickType_t xTicksToWait,
996 TickType_t xTicksToWait, in MPU_xQueueGenericSend() argument
1072 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1076 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueReceive() argument
1101 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1105 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueuePeek() argument
1129 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1132 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueSemaphoreTake() argument
[all …]
/Kernel-v10.6.2/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/
HDmpu_wrappers_v2_asm.c925 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
929 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyTake() argument
1023 TickType_t xTicksToWait,
1028 TickType_t xTicksToWait, in MPU_xQueueGenericSend() argument
1107 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1111 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueReceive() argument
1137 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1141 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueuePeek() argument
1166 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1169 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueSemaphoreTake() argument
[all …]
/Kernel-v10.6.2/portable/GCC/ARM_CM55/non_secure/
HDmpu_wrappers_v2_asm.c896 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
900 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyTake() argument
991 TickType_t xTicksToWait,
996 TickType_t xTicksToWait, in MPU_xQueueGenericSend() argument
1072 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1076 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueReceive() argument
1101 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1105 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueuePeek() argument
1129 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1132 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueSemaphoreTake() argument
[all …]
/Kernel-v10.6.2/portable/GCC/ARM_CM33/non_secure/
HDmpu_wrappers_v2_asm.c896 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
900 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyTake() argument
991 TickType_t xTicksToWait,
996 TickType_t xTicksToWait, in MPU_xQueueGenericSend() argument
1072 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1076 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueReceive() argument
1101 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1105 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueuePeek() argument
1129 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1132 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueSemaphoreTake() argument
[all …]
/Kernel-v10.6.2/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/
HDmpu_wrappers_v2_asm.c896 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
900 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyTake() argument
991 TickType_t xTicksToWait,
996 TickType_t xTicksToWait, in MPU_xQueueGenericSend() argument
1072 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1076 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueReceive() argument
1101 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1105 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueuePeek() argument
1129 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1132 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueSemaphoreTake() argument
[all …]
/Kernel-v10.6.2/portable/GCC/ARM_CM3_MPU/
HDmpu_wrappers_v2_asm.c896 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
900 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyTake() argument
991 TickType_t xTicksToWait,
996 TickType_t xTicksToWait, in MPU_xQueueGenericSend() argument
1072 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1076 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueReceive() argument
1101 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1105 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueuePeek() argument
1129 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1132 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueSemaphoreTake() argument
[all …]
/Kernel-v10.6.2/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/
HDmpu_wrappers_v2_asm.c925 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
929 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyTake() argument
1023 TickType_t xTicksToWait,
1028 TickType_t xTicksToWait, in MPU_xQueueGenericSend() argument
1107 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1111 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueReceive() argument
1137 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1141 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueuePeek() argument
1166 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1169 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueSemaphoreTake() argument
[all …]
/Kernel-v10.6.2/portable/GCC/ARM_CM33_NTZ/non_secure/
HDmpu_wrappers_v2_asm.c896 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
900 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyTake() argument
991 TickType_t xTicksToWait,
996 TickType_t xTicksToWait, in MPU_xQueueGenericSend() argument
1072 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1076 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueReceive() argument
1101 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1105 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueuePeek() argument
1129 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1132 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueSemaphoreTake() argument
[all …]
/Kernel-v10.6.2/portable/GCC/ARM_CM23_NTZ/non_secure/
HDmpu_wrappers_v2_asm.c925 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
929 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyTake() argument
1023 TickType_t xTicksToWait,
1028 TickType_t xTicksToWait, in MPU_xQueueGenericSend() argument
1107 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1111 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueReceive() argument
1137 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1141 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueuePeek() argument
1166 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1169 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueSemaphoreTake() argument
[all …]
/Kernel-v10.6.2/portable/GCC/ARM_CM4_MPU/
HDmpu_wrappers_v2_asm.c896 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
900 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyTake() argument
991 TickType_t xTicksToWait,
996 TickType_t xTicksToWait, in MPU_xQueueGenericSend() argument
1072 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1076 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueReceive() argument
1101 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1105 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueuePeek() argument
1129 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1132 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueSemaphoreTake() argument
[all …]
/Kernel-v10.6.2/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/
HDmpu_wrappers_v2_asm.c896 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
900 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyTake() argument
991 TickType_t xTicksToWait,
996 TickType_t xTicksToWait, in MPU_xQueueGenericSend() argument
1072 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1076 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueReceive() argument
1101 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1105 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueuePeek() argument
1129 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1132 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueSemaphoreTake() argument
[all …]
/Kernel-v10.6.2/portable/GCC/ARM_CM35P/non_secure/
HDmpu_wrappers_v2_asm.c896 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
900 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyTake() argument
991 TickType_t xTicksToWait,
996 TickType_t xTicksToWait, in MPU_xQueueGenericSend() argument
1072 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1076 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueReceive() argument
1101 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1105 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueuePeek() argument
1129 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1132 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueSemaphoreTake() argument
[all …]
/Kernel-v10.6.2/portable/GCC/ARM_CM23/non_secure/
HDmpu_wrappers_v2_asm.c925 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
929 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyTake() argument
1023 TickType_t xTicksToWait,
1028 TickType_t xTicksToWait, in MPU_xQueueGenericSend() argument
1107 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1111 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueReceive() argument
1137 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1141 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueuePeek() argument
1166 … TickType_t xTicksToWait ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1169 … TickType_t xTicksToWait ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueSemaphoreTake() argument
[all …]
/Kernel-v10.6.2/
HDevent_groups.c182 TickType_t xTicksToWait ) in xEventGroupSync() argument
193 …configASSERT( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) … in xEventGroupSync()
212 xTicksToWait = 0; in xEventGroupSync()
216 if( xTicksToWait != ( TickType_t ) 0 ) in xEventGroupSync()
223 …ts ), ( uxBitsToWaitFor | eventCLEAR_EVENTS_ON_EXIT_BIT | eventWAIT_FOR_ALL_BITS ), xTicksToWait ); in xEventGroupSync()
242 if( xTicksToWait != ( TickType_t ) 0 ) in xEventGroupSync()
306 TickType_t xTicksToWait ) in xEventGroupWaitBits() argument
320 …configASSERT( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) … in xEventGroupWaitBits()
336 xTicksToWait = ( TickType_t ) 0; in xEventGroupWaitBits()
348 else if( xTicksToWait == ( TickType_t ) 0 ) in xEventGroupWaitBits()
[all …]
HDqueue.c773 TickType_t xTicksToWait ) in xQueueTakeMutexRecursive() argument
792 xReturn = xQueueSemaphoreTake( pxMutex, xTicksToWait ); in xQueueTakeMutexRecursive()
886 TickType_t xTicksToWait, in xQueueGenericSend() argument
898 …configASSERT( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) … in xQueueGenericSend()
1018 if( xTicksToWait == ( TickType_t ) 0 ) in xQueueGenericSend()
1052 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueGenericSend()
1057 vTaskPlaceOnEventList( &( pxQueue->xTasksWaitingToSend ), xTicksToWait ); in xQueueGenericSend()
1429 TickType_t xTicksToWait ) in xQueueReceive() argument
1445 …configASSERT( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) … in xQueueReceive()
1491 if( xTicksToWait == ( TickType_t ) 0 ) in xQueueReceive()
[all …]
/Kernel-v10.6.2/portable/Common/
HDmpu_wrappers.c992 TickType_t xTicksToWait ) /* FREERTOS_SYSTEM_CALL */ in MPU_xTaskGenericNotifyWait() argument
1001 …( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWait ); in MPU_xTaskGenericNotifyWait()
1009 …( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWait ); in MPU_xTaskGenericNotifyWait()
1020 TickType_t xTicksToWait ) /* FREERTOS_SYSTEM_CALL */ in MPU_ulTaskGenericNotifyTake() argument
1029 … ulReturn = ulTaskGenericNotifyTake( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ); in MPU_ulTaskGenericNotifyTake()
1037 … ulReturn = ulTaskGenericNotifyTake( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ); in MPU_ulTaskGenericNotifyTake()
1185 TickType_t xTicksToWait, in MPU_xQueueGenericSend() argument
1195 xReturn = xQueueGenericSend( xQueue, pvItemToQueue, xTicksToWait, xCopyPosition ); in MPU_xQueueGenericSend()
1203 xReturn = xQueueGenericSend( xQueue, pvItemToQueue, xTicksToWait, xCopyPosition ); in MPU_xQueueGenericSend()
1260 TickType_t xTicksToWait ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueReceive() argument
[all …]

12