Adafruit_Shield
csd_version::v2
is only used within Adafruit_Shield.
Symbol previews are coming soon...
Symbols
loading (1/7)...
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
csd_version::v2
csd_version::v2 field
Syntax
Show:
Summary
Declaration
from
stm32_adafruit_sd.h:98
struct_v2
v2
;
Examples
References
from
examples
Code
Location
Referrer
struct_v2
v2
;
stm32_adafruit_sd.h:98
pCardInfo
->
CardCapacity
=
(
pCardInfo
->
Csd
.
version
.
v2
.
DeviceSize
+
1
)
*
1024
*
pCardInfo
->
LogBlockSize
;
stm32_adafruit_sd.c:299
BSP_SD_GetCardInfo()
Csd
->
version
.
v2
.
Reserved1
=
(
(
CSD_Tab
[
6
]
&
0x0F
)
<
<
2
)
|
(
(
CSD_Tab
[
7
]
&
0xC0
)
>
>
6
)
;
stm32_adafruit_sd.c:626
SD_GetCSDRegister()
Csd
->
version
.
v2
.
DeviceSize
=
(
(
CSD_Tab
[
7
]
&
0x3F
)
<
<
16
)
|
(
CSD_Tab
[
8
]
<
<
8
)
|
CSD_Tab
[
9
]
;
stm32_adafruit_sd.c:627
SD_GetCSDRegister()
Csd
->
version
.
v2
.
Reserved2
=
(
(
CSD_Tab
[
10
]
&
0x80
)
>
>
8
)
;
stm32_adafruit_sd.c:628
SD_GetCSDRegister()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
csd_version::v2
is read by 2 functions:
All items filtered out
csd_version::v2
BSP_SD_GetCardInfo()
SD_GetCSDRegister()
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