aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-05-07 13:24:04 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-05-07 13:24:04 +0000
commit7109dcee27d7fbfa77f1c9b16c934f6ca550f5d5 (patch)
tree038fe570e187e46361449a2e0be98ec7235ffcb3 /os/hal/include
parentf8c8c48fa989c71ab9b2e26677329ed108a779fb (diff)
downloadChibiOS-7109dcee27d7fbfa77f1c9b16c934f6ca550f5d5.tar.gz
ChibiOS-7109dcee27d7fbfa77f1c9b16c934f6ca550f5d5.tar.bz2
ChibiOS-7109dcee27d7fbfa77f1c9b16c934f6ca550f5d5.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2923 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include')
-rw-r--r--os/hal/include/sdc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/os/hal/include/sdc.h b/os/hal/include/sdc.h
index 38b907000..b0d7cfe4a 100644
--- a/os/hal/include/sdc.h
+++ b/os/hal/include/sdc.h
@@ -46,6 +46,7 @@
#define SDC_CMD_STOP_TRANSMISSION 12
#define SDC_CMD_SET_BLOCKLEN 16
#define SDC_CMD_READ_MULTIPLE_BLOCK 18
+#define SDC_CMD_SET_BLOCK_COUNT 23
#define SDC_CMD_WRITE_MULTIPLE_BLOCK 25
#define SDC_CMD_APP_OP_COND 41
#define SDC_CMD_APP_CMD 55
@@ -60,6 +61,8 @@
#define SDC_ACMD41_RETRY 100
+#define SDC_R1_ERROR_MASK 0xFDFFE008
+
/*===========================================================================*/
/* Driver pre-compile time settings. */
/*===========================================================================*/