forked from epagris/FreeRTOS-Kernel
		
	fixed parameter names documentation (#378)
This commit is contained in:
		
							parent
							
								
									b97bb48e06
								
							
						
					
					
						commit
						1b38078939
					
				@ -737,7 +737,7 @@ typedef void * MessageBufferHandle_t;
 | 
			
		||||
 * message_buffer.h
 | 
			
		||||
 *
 | 
			
		||||
 * <pre>
 | 
			
		||||
 * BaseType_t xMessageBufferSendCompletedFromISR( MessageBufferHandle_t xStreamBuffer, BaseType_t *pxHigherPriorityTaskWoken );
 | 
			
		||||
 * BaseType_t xMessageBufferSendCompletedFromISR( MessageBufferHandle_t xMessageBuffer, BaseType_t *pxHigherPriorityTaskWoken );
 | 
			
		||||
 * </pre>
 | 
			
		||||
 *
 | 
			
		||||
 * For advanced users only.
 | 
			
		||||
@ -753,7 +753,7 @@ typedef void * MessageBufferHandle_t;
 | 
			
		||||
 * See the example implemented in FreeRTOS/Demo/Minimal/MessageBufferAMP.c for
 | 
			
		||||
 * additional information.
 | 
			
		||||
 *
 | 
			
		||||
 * @param xStreamBuffer The handle of the stream buffer to which data was
 | 
			
		||||
 * @param xMessageBuffer The handle of the stream buffer to which data was
 | 
			
		||||
 * written.
 | 
			
		||||
 *
 | 
			
		||||
 * @param pxHigherPriorityTaskWoken *pxHigherPriorityTaskWoken should be
 | 
			
		||||
@ -777,7 +777,7 @@ typedef void * MessageBufferHandle_t;
 | 
			
		||||
 * message_buffer.h
 | 
			
		||||
 *
 | 
			
		||||
 * <pre>
 | 
			
		||||
 * BaseType_t xMessageBufferReceiveCompletedFromISR( MessageBufferHandle_t xStreamBuffer, BaseType_t *pxHigherPriorityTaskWoken );
 | 
			
		||||
 * BaseType_t xMessageBufferReceiveCompletedFromISR( MessageBufferHandle_t xMessageBuffer, BaseType_t *pxHigherPriorityTaskWoken );
 | 
			
		||||
 * </pre>
 | 
			
		||||
 *
 | 
			
		||||
 * For advanced users only.
 | 
			
		||||
@ -794,7 +794,7 @@ typedef void * MessageBufferHandle_t;
 | 
			
		||||
 * See the example implemented in FreeRTOS/Demo/Minimal/MessageBufferAMP.c for
 | 
			
		||||
 * additional information.
 | 
			
		||||
 *
 | 
			
		||||
 * @param xStreamBuffer The handle of the stream buffer from which data was
 | 
			
		||||
 * @param xMessageBuffer The handle of the stream buffer from which data was
 | 
			
		||||
 * read.
 | 
			
		||||
 *
 | 
			
		||||
 * @param pxHigherPriorityTaskWoken *pxHigherPriorityTaskWoken should be
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user