/FreeRTOS-Kernel/ |
A D | queue.c | 952 const BaseType_t xCopyPosition ) in xQueueGenericSend() argument 958 traceENTER_xQueueGenericSend( xQueue, pvItemToQueue, xTicksToWait, xCopyPosition ); in xQueueGenericSend() 962 configASSERT( !( ( xCopyPosition == queueOVERWRITE ) && ( pxQueue->uxLength != 1 ) ) ); in xQueueGenericSend() 977 … if( ( pxQueue->uxMessagesWaiting < pxQueue->uxLength ) || ( xCopyPosition == queueOVERWRITE ) ) in xQueueGenericSend() 985 xYieldRequired = prvCopyDataToQueue( pxQueue, pvItemToQueue, xCopyPosition ); in xQueueGenericSend() 1043 xYieldRequired = prvCopyDataToQueue( pxQueue, pvItemToQueue, xCopyPosition ); in xQueueGenericSend() 1170 const BaseType_t xCopyPosition ) in xQueueGenericSendFromISR() argument 1176 …eENTER_xQueueGenericSendFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken, xCopyPosition ); in xQueueGenericSendFromISR() 1179 …configASSERT( ( pxQueue != NULL ) && !( ( xCopyPosition == queueOVERWRITE ) && ( pxQueue->uxLength… in xQueueGenericSendFromISR() 1207 … if( ( pxQueue->uxMessagesWaiting < pxQueue->uxLength ) || ( xCopyPosition == queueOVERWRITE ) ) in xQueueGenericSendFromISR() [all …]
|
/FreeRTOS-Kernel/include/ |
A D | queue.h | 689 const BaseType_t xCopyPosition ) PRIVILEGED_FUNCTION; 1364 const BaseType_t xCopyPosition ) PRIVILEGED_FUNCTION;
|
A D | mpu_prototypes.h | 221 const BaseType_t xCopyPosition ) FREERTOS_SYSTEM_CALL; 316 const BaseType_t xCopyPosition ) PRIVILEGED_FUNCTION;
|
A D | FreeRTOS.h | 1274 #define traceENTER_xQueueGenericSend( xQueue, pvItemToQueue, xTicksToWait, xCopyPosition ) argument 1282 …ceENTER_xQueueGenericSendFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken, xCopyPosition ) argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM23_NTZ/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 967 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 972 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM33/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 936 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 941 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM33_NTZ/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 936 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 941 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM35P/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 936 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 941 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM3_MPU/ |
A D | mpu_wrappers_v2_asm.c | 936 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 941 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM55/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 936 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 941 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM55_NTZ/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 936 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 941 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM85_NTZ/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 936 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 941 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM35P_NTZ/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 936 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 941 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM4_MPU/ |
A D | mpu_wrappers_v2_asm.c | 936 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 941 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM85/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 936 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 941 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM0/ |
A D | mpu_wrappers_v2_asm.c | 1029 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 1034 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM23/non_secure/ |
A D | mpu_wrappers_v2_asm.c | 967 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 972 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
|
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/ |
A D | mpu_wrappers_v2_asm.c | 967 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 972 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
|
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/ |
A D | mpu_wrappers_v2_asm.c | 967 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 972 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
|
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/ |
A D | mpu_wrappers_v2_asm.c | 936 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 941 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
|
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/ |
A D | mpu_wrappers_v2_asm.c | 936 … const BaseType_t xCopyPosition ) __attribute__( ( naked ) ) FREERTOS_SYSTEM_CALL; 941 … const BaseType_t xCopyPosition ) /* __attribute__ (( naked )) FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
|
/FreeRTOS-Kernel/portable/Common/ |
A D | mpu_wrappers.c | 1164 BaseType_t xCopyPosition ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument 1173 xReturn = xQueueGenericSend( xQueue, pvItemToQueue, xTicksToWait, xCopyPosition ); in MPU_xQueueGenericSend() 1181 xReturn = xQueueGenericSend( xQueue, pvItemToQueue, xTicksToWait, xCopyPosition ); in MPU_xQueueGenericSend()
|
A D | mpu_wrappers_v2.c | 2173 BaseType_t xCopyPosition ) PRIVILEGED_FUNCTION; 2178 BaseType_t xCopyPosition ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGenericSendImpl() argument 2203 … ( !( ( xCopyPosition == queueOVERWRITE ) && ( uxQueueLength != ( UBaseType_t ) 1U ) ) ) in MPU_xQueueGenericSendImpl() 2218 … xReturn = xQueueGenericSend( xInternalQueueHandle, pvItemToQueue, xTicksToWait, xCopyPosition ); in MPU_xQueueGenericSendImpl() 3114 … const BaseType_t xCopyPosition ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGenericSendFromISR() argument 3128 …enericSendFromISR( xInternalQueueHandle, pvItemToQueue, pxHigherPriorityTaskWoken, xCopyPosition ); in MPU_xQueueGenericSendFromISR()
|
/FreeRTOS-Kernel/portable/RVDS/ARM_CM4_MPU/ |
A D | mpu_wrappers_v2_asm.c | 781 const BaseType_t xCopyPosition ) FREERTOS_SYSTEM_CALL; 786 const BaseType_t xCopyPosition ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericSend() argument
|