Adafruit_Shield
SD_GetDataResponse()
is only used within Adafruit_Shield.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/7)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
Adafruit_Shield
SD_GetDataResponse()
SD_GetDataResponse() function
Gets the SD card data response and check the busy flag.
Syntax
Show:
Summary
Declaration
Definition
from
stm32_adafruit_sd.c:244
static
uint8_t
SD_GetDataResponse
(
void
)
;
Implemented in
stm32_adafruit_sd.c:828
Return value
The SD status: Read data response xxx01 - status 010: Data accecpted - status 101: Data rejected due to a crc error - status 110: Data rejected due to a Write error. - status 111: Data rejected due to other error.
Examples
References
from
examples
Code
Location
Referrer
uint8_t
SD_GetDataResponse
(
void
)
stm32_adafruit_sd.c:828
static
uint8_t
SD_GetDataResponse
(
void
)
;
stm32_adafruit_sd.c:244
if
(
SD_GetDataResponse
(
)
!=
SD_DATA_OK
)
stm32_adafruit_sd.c:467
BSP_SD_WriteBlocks()
Call Tree
from
examples
SD_GetDataResponse()
is called by 1 function and calls 2 functions:
BSP_SD_WriteBlocks()
All items filtered out
SD_GetDataResponse()
SD_IO_CSState()
SD_IO_WriteByte()
All items filtered out
Data Use
from
examples
SD_GetDataResponse()
reads 4 variables:
SD_Error::SD_DATA_OK
SD_Error::SD_DATA_CRC_ERROR
SD_Error::SD_DATA_WRITE_ERROR
SD_Error::SD_DATA_OTHER_ERROR
All items filtered out
SD_GetDataResponse()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out