aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/sdc_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-05-01 11:14:23 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-05-01 11:14:23 +0000
commitb33b5201ad65ed0dafb2b9e0a2c40bf06fe27dfc (patch)
tree96e13d5442c4adc6fd8315ec4fff7bdf58722564 /os/hal/platforms/STM32/sdc_lld.h
parentd5fb75afc4c7203500108fd573f90bfbbd1ac498 (diff)
downloadChibiOS-b33b5201ad65ed0dafb2b9e0a2c40bf06fe27dfc.tar.gz
ChibiOS-b33b5201ad65ed0dafb2b9e0a2c40bf06fe27dfc.tar.bz2
ChibiOS-b33b5201ad65ed0dafb2b9e0a2c40bf06fe27dfc.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2910 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/sdc_lld.h')
-rw-r--r--os/hal/platforms/STM32/sdc_lld.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32/sdc_lld.h b/os/hal/platforms/STM32/sdc_lld.h
index 5f54f3b50..e55205b53 100644
--- a/os/hal/platforms/STM32/sdc_lld.h
+++ b/os/hal/platforms/STM32/sdc_lld.h
@@ -132,6 +132,14 @@ struct SDCDriver {
* @brief Various flags regarding the mounted card.
*/
sdcmode_t cardmode;
+ /**
+ * @brief Card CID.
+ */
+ uint32_t cid[4];
+ /**
+ * @brief Card CSD.
+ */
+ uint32_t csd[4];
/* End of the mandatory fields.*/
};