-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20184 from gschorcht/drivers/mtd/improve_doc_cons…
…istency drivers/mtd: improve doc consistency
- Loading branch information
Showing
6 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,14 +7,14 @@ | |
*/ | ||
|
||
/** | ||
* @defgroup drivers_mtd_sdcard mtd wrapper for sdcard_spi | ||
* @defgroup drivers_mtd_sdcard MTD wrapper for SPI SD Cards | ||
* @ingroup drivers_storage | ||
* @brief Driver for SD-cards using mtd interface | ||
* @brief Driver for SPI SD Cards using the MTD interface | ||
* | ||
* @{ | ||
* | ||
* @file | ||
* @brief Interface definition for mtd_sdcard driver | ||
* @brief Interface definition for the mtd_sdcard driver | ||
* | ||
* @author Michel Rottleuthner <[email protected]> | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,14 +8,14 @@ | |
*/ | ||
|
||
/** | ||
* @defgroup drivers_mtd_sdmmc mtd wrapper for sdmmc | ||
* @defgroup drivers_mtd_sdmmc MTD wrapper for SD/MMC devices | ||
* @ingroup drivers_storage | ||
* @brief Driver for SD Memory Cards and MMCs/eMMCs using mtd interface | ||
* @brief Driver for SD Memory Cards and MMCs/eMMCs using the MTD interface | ||
* | ||
* @{ | ||
* | ||
* @file | ||
* @brief Interface definition for mtd_sdmmc driver | ||
* @brief Interface definition for the mtd_sdmmc driver | ||
* | ||
* @author Michel Rottleuthner <[email protected]> | ||
* @author Gunar Schorcht <[email protected]> | ||
|
@@ -46,7 +46,7 @@ typedef struct { | |
} mtd_sdmmc_t; | ||
|
||
/** | ||
* @brief sdcard device operations table for mtd | ||
* @brief SD/MMC device operations table for mtd | ||
*/ | ||
extern const mtd_desc_t mtd_sdmmc_driver; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters