diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-09-24 02:05:33 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-09-24 02:05:33 +0000 |
| commit | 6c9f346bb65f27fab6f48b4ebe39ba3afcd5c76c (patch) | |
| tree | 0cb81f8792dd602749e841d2aca49e38336353a7 /LUFA/Drivers/Board/Dataflash.h | |
| parent | be88603f9bac54ac78bca2badf4cac5627e5d3f4 (diff) | |
Doxygen fixes to \param directives to give data direction in all projects. Make HID item filtering routines clearer in the HID WithParser demos.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@845 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Drivers/Board/Dataflash.h')
| -rw-r--r-- | LUFA/Drivers/Board/Dataflash.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/LUFA/Drivers/Board/Dataflash.h b/LUFA/Drivers/Board/Dataflash.h index 1b9b71f3..63aca2dc 100644 --- a/LUFA/Drivers/Board/Dataflash.h +++ b/LUFA/Drivers/Board/Dataflash.h @@ -81,9 +81,11 @@ #define __GET_DATAFLASH_MASK(x) __GET_DATAFLASH_MASK2(DATAFLASH_CHIP,x)
#endif
- /* Retrieves the Dataflash chip select mask for the given Dataflash chip index.
+ /** Retrieves the Dataflash chip select mask for the given Dataflash chip index.
*
- * \param index Index of the dataflash chip mask to retrieve
+ * \param[in] index Index of the dataflash chip mask to retrieve
+ *
+ * \return Mask for the given Dataflash chip's /CS pin
*/
#define DATAFLASH_CHIP_MASK(index) __GET_DATAFLASH_MASK(index)
|
