Home
last modified time | relevance | path

Searched refs:xCopyPosition (Results 1 – 22 of 22) sorted by relevance

/Kernel-v10.6.2/
HDqueue.c887 const BaseType_t xCopyPosition ) in xQueueGenericSend() argument
895 configASSERT( !( ( xCopyPosition == queueOVERWRITE ) && ( pxQueue->uxLength != 1 ) ) ); in xQueueGenericSend()
913 … if( ( pxQueue->uxMessagesWaiting < pxQueue->uxLength ) || ( xCopyPosition == queueOVERWRITE ) ) in xQueueGenericSend()
921 xYieldRequired = prvCopyDataToQueue( pxQueue, pvItemToQueue, xCopyPosition ); in xQueueGenericSend()
925 … if( ( xCopyPosition == queueOVERWRITE ) && ( uxPreviousMessagesWaiting != ( UBaseType_t ) 0 ) ) in xQueueGenericSend()
979 xYieldRequired = prvCopyDataToQueue( pxQueue, pvItemToQueue, xCopyPosition ); in xQueueGenericSend()
1099 const BaseType_t xCopyPosition ) in xQueueGenericSendFromISR() argument
1107 configASSERT( !( ( xCopyPosition == queueOVERWRITE ) && ( pxQueue->uxLength != 1 ) ) ); in xQueueGenericSendFromISR()
1132 … if( ( pxQueue->uxMessagesWaiting < pxQueue->uxLength ) || ( xCopyPosition == queueOVERWRITE ) ) in xQueueGenericSendFromISR()
1144 ( void ) prvCopyDataToQueue( pxQueue, pvItemToQueue, xCopyPosition ); in xQueueGenericSendFromISR()
[all …]
/Kernel-v10.6.2/include/
HDqueue.h689 const BaseType_t xCopyPosition ) PRIVILEGED_FUNCTION;
1355 const BaseType_t xCopyPosition ) PRIVILEGED_FUNCTION;
HDmpu_prototypes.h185 const BaseType_t xCopyPosition ) FREERTOS_SYSTEM_CALL;
244 const BaseType_t xCopyPosition ) PRIVILEGED_FUNCTION;
/Kernel-v10.6.2/portable/GCC/ARM_CM55_NTZ/non_secure/
HDmpu_wrappers_v2_asm.c992 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
997 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
/Kernel-v10.6.2/portable/GCC/ARM_CM85/non_secure/
HDmpu_wrappers_v2_asm.c992 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
997 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
/Kernel-v10.6.2/portable/GCC/ARM_CM85_NTZ/non_secure/
HDmpu_wrappers_v2_asm.c992 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
997 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
/Kernel-v10.6.2/portable/GCC/ARM_CM35P_NTZ/non_secure/
HDmpu_wrappers_v2_asm.c992 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
997 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
/Kernel-v10.6.2/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/
HDmpu_wrappers_v2_asm.c1024 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1029 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
/Kernel-v10.6.2/portable/GCC/ARM_CM55/non_secure/
HDmpu_wrappers_v2_asm.c992 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
997 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
/Kernel-v10.6.2/portable/GCC/ARM_CM33/non_secure/
HDmpu_wrappers_v2_asm.c992 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
997 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
/Kernel-v10.6.2/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/
HDmpu_wrappers_v2_asm.c992 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
997 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
/Kernel-v10.6.2/portable/GCC/ARM_CM3_MPU/
HDmpu_wrappers_v2_asm.c992 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
997 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
/Kernel-v10.6.2/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/
HDmpu_wrappers_v2_asm.c1024 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1029 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
/Kernel-v10.6.2/portable/GCC/ARM_CM33_NTZ/non_secure/
HDmpu_wrappers_v2_asm.c992 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
997 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
/Kernel-v10.6.2/portable/GCC/ARM_CM23_NTZ/non_secure/
HDmpu_wrappers_v2_asm.c1024 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1029 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
/Kernel-v10.6.2/portable/GCC/ARM_CM4_MPU/
HDmpu_wrappers_v2_asm.c992 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
997 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
/Kernel-v10.6.2/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/
HDmpu_wrappers_v2_asm.c992 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
997 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
/Kernel-v10.6.2/portable/GCC/ARM_CM35P/non_secure/
HDmpu_wrappers_v2_asm.c992 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
997 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
/Kernel-v10.6.2/portable/GCC/ARM_CM23/non_secure/
HDmpu_wrappers_v2_asm.c1024 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL;
1029 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
/Kernel-v10.6.2/portable/Common/
HDmpu_wrappers.c1186 BaseType_t xCopyPosition ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
1195 xReturn = xQueueGenericSend( xQueue, pvItemToQueue, xTicksToWait, xCopyPosition ); in MPU_xQueueGenericSend()
1203 xReturn = xQueueGenericSend( xQueue, pvItemToQueue, xTicksToWait, xCopyPosition ); in MPU_xQueueGenericSend()
HDmpu_wrappers_v2.c2104 BaseType_t xCopyPosition ) PRIVILEGED_FUNCTION;
2109 BaseType_t xCopyPosition ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGenericSendImpl() argument
2134 … ( !( ( xCopyPosition == queueOVERWRITE ) && ( uxQueueLength != ( UBaseType_t ) 1U ) ) ) in MPU_xQueueGenericSendImpl()
2149 … xReturn = xQueueGenericSend( xInternalQueueHandle, pvItemToQueue, xTicksToWait, xCopyPosition ); in MPU_xQueueGenericSendImpl()
3012 … const BaseType_t xCopyPosition ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGenericSendFromISR() argument
3026 …enericSendFromISR( xInternalQueueHandle, pvItemToQueue, pxHigherPriorityTaskWoken, xCopyPosition ); in MPU_xQueueGenericSendFromISR()
/Kernel-v10.6.2/portable/RVDS/ARM_CM4_MPU/
HDmpu_wrappers_v2_asm.c832 const BaseType_t xCopyPosition ) FREERTOS_SYSTEM_CALL;
837 const BaseType_t xCopyPosition ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument