Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Code Block
void  FSDev_SD_Card_QuerySD (CPU_CHAR        *name_dev,
                             FS_DEV_SD_INFO  *p_info,
                             FS_ERR          *p_err);
 
void  FSDev_SD_SPI_QuerySD (CPU_CHAR        *name_dev,
                            FS_DEV_SD_INFO  *p_info,
                            FS_ERR          *p_err);


File

Called from

Code enabled by

fs_dev_sd_card.c, fs_dev_sd_spi.c

Application

N/A

Get low-level information about SD/MMC card.

Arguments

name_dev

Device name (see Note #1).

p_info

Pointer to structure that will receive SD/MMC card information.

...