|
SemiDrive SSDK Appication Program Interface PTG3.0
|
#include <sdrv_mmc_sdhci.h>
Data Fields | |
| uint32_t | rca |
| uint32_t | ocr |
| uint32_t | block_size |
| uint32_t | wp_grp_size |
| uint64_t | capacity |
| uint32_t | type |
| uint32_t | status |
| uint8_t * | ext_csd |
| uint32_t | raw_csd [4] |
| uint32_t | raw_scr [2] |
| uint32_t | boot_size |
| uint32_t | rpmb_size |
| uint32_t | rel_wr_count |
| struct mmc_cid | cid |
| struct mmc_csd | csd |
| struct mmc_sd_scr | scr |
| struct mmc_sd_ssr | ssr |
| uint32_t block_size |
Block size for the card
| uint32_t boot_size |
Size of boot partition
| uint64_t capacity |
card capacity
| struct mmc_cid cid |
CID structure
| struct mmc_csd csd |
CSD structure
| uint8_t* ext_csd |
Ext CSD for the card info
| uint32_t ocr |
Operating range of the card
| uint32_t raw_csd[4] |
Raw CSD for the card
| uint32_t raw_scr[2] |
SCR for SD card
| uint32_t rca |
Relative addres of the card
| uint32_t rel_wr_count |
Reliable write count
| uint32_t rpmb_size |
Size of rpmb partition
| struct mmc_sd_scr scr |
SCR structure
| struct mmc_sd_ssr ssr |
SSR Register
| uint32_t status |
Card status
| uint32_t type |
Type of the card
| uint32_t wp_grp_size |
WP group size for the card