aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/sdc_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-05-09 17:54:23 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-05-09 17:54:23 +0000
commit539fc8bfc35d0d03c46d553d21c8f332f4a9eb55 (patch)
tree635eebfdeb25648bbcae297f68ac17af4f677dd2 /os/hal/platforms/STM32/sdc_lld.h
parent4e00ffa69c4b712d34ffce9a4aed5cae352b7d89 (diff)
downloadChibiOS-539fc8bfc35d0d03c46d553d21c8f332f4a9eb55.tar.gz
ChibiOS-539fc8bfc35d0d03c46d553d21c8f332f4a9eb55.tar.bz2
ChibiOS-539fc8bfc35d0d03c46d553d21c8f332f4a9eb55.zip
Enabled 4 bits mode enabling in the SDC driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2944 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/sdc_lld.h')
-rw-r--r--os/hal/platforms/STM32/sdc_lld.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32/sdc_lld.h b/os/hal/platforms/STM32/sdc_lld.h
index 702e27d59..96639eb39 100644
--- a/os/hal/platforms/STM32/sdc_lld.h
+++ b/os/hal/platforms/STM32/sdc_lld.h
@@ -148,6 +148,10 @@ struct SDCDriver {
* @brief Card CSD.
*/
uint32_t csd[4];
+ /**
+ * @brief Card RCA.
+ */
+ uint32_t rca;
/* End of the mandatory fields.*/
/**
* @brief Tthread waiting for I/O completion IRQ.