git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3686 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2011-12-29 22:18:25 +00:00
parent 411418930f
commit 08feb80580
1 changed files with 3 additions and 2 deletions

View File

@ -169,7 +169,8 @@ i2cflags_t i2cGetErrors(I2CDriver *i2cp) {
* - @a TIME_INFINITE no timeout.
* .
*
* @return The number of received bytes or an exit code.
* @return The operation status.
* @retval RDY_OK if the function succeeded.
* @retval RDY_RESET if one or more I2C errors occurred, the errors can
* be retrieved using @p i2cGetErrors().
* @retval RDY_TIMEOUT if a timeout occurred before operation end.
@ -218,7 +219,7 @@ msg_t i2cMasterTransmitTimeout(I2CDriver *i2cp,
* - @a TIME_INFINITE no timeout.
* .
*
* @return The number of received bytes or an exit code.
* @return The operation status.
* @retval RDY_OK if the function succeeded.
* @retval RDY_RESET if one or more I2C errors occurred, the errors can
* be retrieved using @p i2cGetErrors().