aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/sdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/sdc.h')
-rw-r--r--os/hal/include/sdc.h18
1 files changed, 4 insertions, 14 deletions
diff --git a/os/hal/include/sdc.h b/os/hal/include/sdc.h
index 605cb7048..f5051731e 100644
--- a/os/hal/include/sdc.h
+++ b/os/hal/include/sdc.h
@@ -137,20 +137,6 @@
#if !defined(SDC_NICE_WAITING) || defined(__DOXYGEN__)
#define SDC_NICE_WAITING TRUE
#endif
-
-/**
- * @brief Write timeout in milliseconds.
- */
-#if !defined(SDC_WRITE_TIMEOUT_MS) || defined(__DOXYGEN__)
-#define SDC_WRITE_TIMEOUT_MS 250
-#endif
-
-/**
- * @brief Write timeout in milliseconds.
- */
-#if !defined(SDC_READ_TIMEOUT_MS) || defined(__DOXYGEN__)
-#define SDC_READ_TIMEOUT_MS 5
-#endif
/** @} */
/*===========================================================================*/
@@ -262,8 +248,12 @@ typedef enum {
* @api
*/
#define sdcGetCardCapacity(sdcp) ((sdcp)->capacity)
+/** @} */
/**
+ * @name CSD record offsets
+ */
+/**
* @brief Slice position of values in CSD register.
*/
/* CSD version 2.0 */