aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/i2c_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-04 10:36:13 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-04 10:36:13 +0000
commit354a341507f6b174a576a8023f3f4bb2715b5b16 (patch)
tree6a9f01fa39787e5a9d2dee03e81e0555124d2ebe /os/hal/platforms/STM32/i2c_lld.h
parentdfbe833d08e60a98b7edfe924b9cf9d1a60fd6fb (diff)
downloadChibiOS-354a341507f6b174a576a8023f3f4bb2715b5b16.tar.gz
ChibiOS-354a341507f6b174a576a8023f3f4bb2715b5b16.tar.bz2
ChibiOS-354a341507f6b174a576a8023f3f4bb2715b5b16.zip
Fixed some documentation errors.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3725 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/i2c_lld.h')
-rw-r--r--os/hal/platforms/STM32/i2c_lld.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32/i2c_lld.h b/os/hal/platforms/STM32/i2c_lld.h
index 264fb0f80..dc21731b0 100644
--- a/os/hal/platforms/STM32/i2c_lld.h
+++ b/os/hal/platforms/STM32/i2c_lld.h
@@ -384,6 +384,11 @@ struct I2CDriver{
* this function.
*
* @param[in] i2cp pointer to the @p I2CDriver object
+ * @param[in] timeout the number of ticks before the operation timeouts,
+ * the following special values are allowed:
+ * - @a TIME_INFINITE no timeout.
+ * .
+ * @param[out] rdymsg received message on wakeup
*
* @notapi
*/
@@ -499,3 +504,5 @@ msg_t i2c_lld_master_receive_timeout(I2CDriver *i2cp, i2caddr_t addr,
#endif /* HAL_USE_I2C */
#endif /* _I2C_LLD_H_ */
+
+/** @} */