aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-01-27 13:45:08 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-01-27 13:45:08 +0000
commitcec699ac591a679010e07431dfb17823a79856df (patch)
treef7fa9a70db6018a6068f14e7c248893d866bc95f /LUFA
parenta960e4b3b2ae72c6c3573fb690a1b9cde1642bc0 (diff)
downloadlufa-cec699ac591a679010e07431dfb17823a79856df.tar.gz
lufa-cec699ac591a679010e07431dfb17823a79856df.tar.bz2
lufa-cec699ac591a679010e07431dfb17823a79856df.zip
Clean up Webserver project - add more Doxygen documentation for the new DHCP client functions and defines.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.h b/LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.h
index 0247668dc..b4e113373 100644
--- a/LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.h
+++ b/LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.h
@@ -88,7 +88,7 @@
/** Sends a byte to the currently addressed device on the TWI bus.
*
- * \param Byte Byte to send to the currently addressed device
+ * \param[in] Byte Byte to send to the currently addressed device
*
* \return Boolean true if the recipient ACKed the byte, false otherwise
*/
@@ -103,8 +103,8 @@
/** Receives a byte from the currently addressed device on the TWI bus.
*
- * \param Byte Location where the read byte is to be stored
- * \param LastByte Indicates if the byte should be ACKed if false, NAKed if true
+ * \param[in] Byte Location where the read byte is to be stored
+ * \param[in] LastByte Indicates if the byte should be ACKed if false, NAKed if true
*
* \return Boolean true if the byte reception sucessfully completed, false otherwise
*/
@@ -125,7 +125,7 @@
/* Function Prototypes: */
/** Begins a master mode TWI bus communication with the given slave device address.
*
- * \param SlaveAddress Address of the slave TWI device to communicate with
+ * \param[in] SlaveAddress Address of the slave TWI device to communicate with
*
* \return Boolean true if the device is ready for data, false otherwise
*/