Adafruit_Shield
SD_GoIdleState()
is only used within Adafruit_Shield.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/7)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
Adafruit_Shield
SD_GoIdleState()
SD_GoIdleState() function
Put the SD in Idle state.
Syntax
Show:
Summary
Declaration
Definition
from
stm32_adafruit_sd.c:245
static
uint8_t
SD_GoIdleState
(
void
)
;
Implemented in
stm32_adafruit_sd.c:870
Return value
SD status
Examples
References
from
examples
Code
Location
Referrer
uint8_t
SD_GoIdleState
(
void
)
stm32_adafruit_sd.c:870
static
uint8_t
SD_GoIdleState
(
void
)
;
stm32_adafruit_sd.c:245
return
SD_GoIdleState
(
)
;
stm32_adafruit_sd.c:278
BSP_SD_Init()
Call Tree
from
examples
SD_GoIdleState()
is called by 1 function and calls 3 functions:
BSP_SD_Init()
All items filtered out
SD_GoIdleState()
SD_IO_CSState()
SD_IO_WriteByte()
SD_SendCmd()
All items filtered out
Data Use
from
examples
SD_GoIdleState()
reads 10 variables and writes 1 variable:
::BSP_SD_OK
::BSP_SD_ERROR
SD_CmdAnswer_typedef::r1
SD_CmdAnswer_typedef::r2
SD_Answer_type::SD_ANSWER_R1_EXPECTED
SD_Answer_type::SD_ANSWER_R3_EXPECTED
SD_Answer_type::SD_ANSWER_R7_EXPECTED
SD_Error::SD_R1_NO_ERROR
SD_Error::SD_R1_IN_IDLE_STATE
SD_Error::SD_R1_ILLEGAL_COMMAND
All items filtered out
SD_GoIdleState()
flag_SDHC
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