Adafruit_Shield
SD_SendCmd()
is only used within Adafruit_Shield.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
Adafruit_Shield
SD_SendCmd()
SD_SendCmd() function
Sends 5 bytes command to the SD card and get response
Syntax
Show:
Summary
Declaration
Definition
from
stm32_adafruit_sd.c:246
static
SD_CmdAnswer_typedef
SD_SendCmd
(
uint8_t
Cmd
,
uint32_t
Arg
,
uint8_t
Crc
,
uint8_t
Answer
)
;
Implemented in
stm32_adafruit_sd.c:763
Arguments
Argument
Description
Cmd
The user expected command to send to SD card.
Arg
The command argument.
Crc
The CRC.
Answer
SD_ANSWER_NOT_EXPECTED or SD_ANSWER_EXPECTED
Return value
SD status
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