aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/hal_queues.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-12-17 16:11:31 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-12-17 16:11:31 +0000
commitf6616d570865fce92ae7a669611e495038e9c111 (patch)
tree652e55d2c8a112304df967218fd77f887214352e /os/hal/include/hal_queues.h
parentad6437b7847e7a5c4948b3a18d055a78d7c84dce (diff)
downloadChibiOS-f6616d570865fce92ae7a669611e495038e9c111.tar.gz
ChibiOS-f6616d570865fce92ae7a669611e495038e9c111.tar.bz2
ChibiOS-f6616d570865fce92ae7a669611e495038e9c111.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8616 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include/hal_queues.h')
-rw-r--r--os/hal/include/hal_queues.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/include/hal_queues.h b/os/hal/include/hal_queues.h
index c8c664ddc..da76aac8f 100644
--- a/os/hal/include/hal_queues.h
+++ b/os/hal/include/hal_queues.h
@@ -49,7 +49,7 @@ typedef struct io_queue io_queue_t;
/**
* @brief Queue notification callback type.
*
- * @param[in] qp the queue pointer.
+ * @param[in] qp the queue pointer
*/
typedef void (*qnotify_t)(io_queue_t *qp);
@@ -62,7 +62,7 @@ typedef void (*qnotify_t)(io_queue_t *qp);
* lock zone and is non-blocking.
*/
struct io_queue {
- threads_queue_t q_waiting; /**< @brief Waiting thread. */
+ threads_queue_t q_waiting; /**< @brief Queue of waiting threads. */
volatile size_t q_counter; /**< @brief Resources counter. */
uint8_t *q_buffer; /**< @brief Pointer to the queue buffer.*/
uint8_t *q_top; /**< @brief Pointer to the first