SD_GetCSDRegister() is only used within Adafruit_Shield.
 
Symbols
loading...
Files
loading...

SD_GetCSDRegister() function

Reads the SD card SCD register. Reading the contents of the CSD register in SPI mode is a simple read-block transaction.

Syntax

static uint8_t SD_GetCSDRegister(SD_CSD* Csd);
Implemented in stm32_adafruit_sd.c:556

Arguments

Csd

pointer on an SCD register structure

Return value

SD status

References

LocationReferrerText
stm32_adafruit_sd.c:556
uint8_t SD_GetCSDRegister(SD_CSD* Csd)
stm32_adafruit_sd.c:243
static uint8_t SD_GetCSDRegister(SD_CSD* Csd);
stm32_adafruit_sd.c:293BSP_SD_GetCardInfo()
status = SD_GetCSDRegister(&(pCardInfo->Csd));

Call Tree

Functions calling SD_GetCSDRegister()
Functions called by SD_GetCSDRegister()
all items filtered out
SD_GetCSDRegister()
Type of SD_GetCSDRegister()
SD_GetCSDRegister()
uint8_t
uint16_t
all items filtered out