Adafruit_Shield
SD_GetDataResponse()
is only used within Adafruit_Shield.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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