Add more const-ness to the stream endpoint/pipe functions where possible.
[pub/USBasp.git] / LUFA / Drivers / Board / USBKEY / AT45DB642D.h
index 0374c99..e603654 100644 (file)
@@ -1,13 +1,13 @@
 /*
              LUFA Library
 /*
              LUFA Library
-     Copyright (C) Dean Camera, 2010.
+     Copyright (C) Dean Camera, 2011.
 
   dean [at] fourwalledcubicle [dot] com
 
   dean [at] fourwalledcubicle [dot] com
-      www.fourwalledcubicle.com
+           www.lufa-lib.org
 */
 
 /*
 */
 
 /*
-  Copyright 2010  Dean Camera (dean [at] fourwalledcubicle [dot] com)
+  Copyright 2011  Dean Camera (dean [at] fourwalledcubicle [dot] com)
 
   Permission to use, copy, modify, distribute, and sell this
   software and its documentation for any purpose is hereby granted
 
   Permission to use, copy, modify, distribute, and sell this
   software and its documentation for any purpose is hereby granted
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
+                       /** \name Dataflash Status Values */
+                       //@{
                        #define DF_STATUS_READY                         (1 << 7)
                        #define DF_STATUS_COMPMISMATCH                  (1 << 6)
                        #define DF_STATUS_SECTORPROTECTION_ON           (1 << 1)
                        #define DF_STATUS_BINARYPAGESIZE_ON             (1 << 0)
                        #define DF_STATUS_READY                         (1 << 7)
                        #define DF_STATUS_COMPMISMATCH                  (1 << 6)
                        #define DF_STATUS_SECTORPROTECTION_ON           (1 << 1)
                        #define DF_STATUS_BINARYPAGESIZE_ON             (1 << 0)
+                       //@}
 
                        #define DF_MANUFACTURER_ATMEL                   0x1F
 
 
                        #define DF_MANUFACTURER_ATMEL                   0x1F
 
+                       /** \name Dataflash Commands */
+                       //@{
                        #define DF_CMD_GETSTATUS                        0xD7
                        #define DF_CMD_POWERDOWN                        0xB9
                        #define DF_CMD_WAKEUP                           0xAB
                        #define DF_CMD_GETSTATUS                        0xD7
                        #define DF_CMD_POWERDOWN                        0xB9
                        #define DF_CMD_WAKEUP                           0xAB
                        #define DF_CMD_SECTORPROTECTIONOFF_BYTE4        0x9A
 
                        #define DF_CMD_READMANUFACTURERDEVICEINFO       0x9F
                        #define DF_CMD_SECTORPROTECTIONOFF_BYTE4        0x9A
 
                        #define DF_CMD_READMANUFACTURERDEVICEINFO       0x9F
+                       //@}
 
 #endif
 
 
 #endif