Adafruit_Shield
SD_R1_NO_ERROR
is only used within Adafruit_Shield.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (5/7)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
Adafruit_Shield
SD_R1_NO_ERROR
SD_R1_NO_ERROR value
Syntax
Show:
Summary
Declaration
from
stm32_adafruit_sd.c:181
SD_R1_NO_ERROR
=
(
0x00
)
;
Examples
References
from
examples
Code
Location
Referrer
SD_R1_NO_ERROR
=
(
0x00
)
,
stm32_adafruit_sd.c:181
if
(
response
.
r1
!=
SD_R1_NO_ERROR
)
stm32_adafruit_sd.c:338
BSP_SD_ReadBlocks()
if
(
response
.
r1
!=
SD_R1_NO_ERROR
)
stm32_adafruit_sd.c:359
BSP_SD_ReadBlocks()
if
(
response
.
r1
!=
SD_R1_NO_ERROR
)
stm32_adafruit_sd.c:423
BSP_SD_WriteBlocks()
if
(
response
.
r1
!=
SD_R1_NO_ERROR
)
stm32_adafruit_sd.c:443
BSP_SD_WriteBlocks()
SD_IO_WriteByte
(
SD_DUMMY_BYTE
)
;
if
(
response
.
r1
==
SD_R1_NO_ERROR
)
stm32_adafruit_sd.c:503
BSP_SD_Erase()
if
(
response
.
r1
==
SD_R1_NO_ERROR
)
stm32_adafruit_sd.c:509
BSP_SD_Erase()
if
(
response
.
r1
==
SD_R1_NO_ERROR
)
stm32_adafruit_sd.c:513
BSP_SD_Erase()
if
(
(
retr
.
r1
==
SD_R1_NO_ERROR
)
&&
(
retr
.
r2
==
SD_R2_NO_ERROR
)
)
stm32_adafruit_sd.c:541
BSP_SD_GetCardState()
if
(
response
.
r1
==
SD_R1_NO_ERROR
)
stm32_adafruit_sd.c:565
SD_GetCSDRegister()
if
(
response
.
r1
==
SD_R1_NO_ERROR
)
stm32_adafruit_sd.c:679
SD_GetCIDRegister()
if
(
response
.
r1
!=
SD_R1_NO_ERROR
)
stm32_adafruit_sd.c:953
SD_GoIdleState()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
SD_R1_NO_ERROR
is read by 7 functions:
All items filtered out
SD_R1_NO_ERROR
BSP_SD_ReadBlocks()
BSP_SD_WriteBlocks()
BSP_SD_Erase()
BSP_SD_GetCardState()
SD_GetCSDRegister()
SD_GetCIDRegister()
SD_GoIdleState()
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