Adafruit_Shield
SD_CSD::version
is only used within Adafruit_Shield.
Symbol previews are coming soon...
Symbols
loading (1/7)...
Files
loading (4/7)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
Adafruit_Shield
SD_CSD::version
SD_CSD::version field
Syntax
Show:
Summary
Declaration
from
stm32_adafruit_sd.h:96
union
csd_version
{
struct_v1
v1
;
struct_v2
v2
;
}
version
;
Examples
References
from
examples
Code
Location
Referrer
}
version
;
stm32_adafruit_sd.h:99
pCardInfo
->
CardCapacity
=
(
pCardInfo
->
Csd
.
version
.
v2
.
DeviceSize
+
1
)
*
1024
*
pCardInfo
->
LogBlockSize
;
stm32_adafruit_sd.c:299
BSP_SD_GetCardInfo()
pCardInfo
->
CardCapacity
=
(
pCardInfo
->
Csd
.
version
.
v1
.
DeviceSize
+
1
)
;
stm32_adafruit_sd.c:304
BSP_SD_GetCardInfo()
pCardInfo
->
CardCapacity
*=
(
1
<
<
(
pCardInfo
->
Csd
.
version
.
v1
.
DeviceSizeMul
+
2
)
)
;
stm32_adafruit_sd.c:305
BSP_SD_GetCardInfo()
Csd
->
version
.
v1
.
Reserved1
=
(
(
CSD_Tab
[
6
]
&
0x0C
)
>
>
2
)
;
stm32_adafruit_sd.c:612
SD_GetCSDRegister()
Csd
->
version
.
v1
.
DeviceSize
=
(
(
CSD_Tab
[
6
]
&
0x03
)
<
<
10
)
stm32_adafruit_sd.c:614
SD_GetCSDRegister()
Csd
->
version
.
v1
.
MaxRdCurrentVDDMin
=
(
CSD_Tab
[
8
]
&
0x38
)
>
>
3
;
stm32_adafruit_sd.c:617
SD_GetCSDRegister()
Csd
->
version
.
v1
.
MaxRdCurrentVDDMax
=
(
CSD_Tab
[
8
]
&
0x07
)
;
stm32_adafruit_sd.c:618
SD_GetCSDRegister()
Csd
->
version
.
v1
.
MaxWrCurrentVDDMin
=
(
CSD_Tab
[
9
]
&
0xE0
)
>
>
5
;
stm32_adafruit_sd.c:619
SD_GetCSDRegister()
Csd
->
version
.
v1
.
MaxWrCurrentVDDMax
=
(
CSD_Tab
[
9
]
&
0x1C
)
>
>
2
;
stm32_adafruit_sd.c:620
SD_GetCSDRegister()
Csd
->
version
.
v1
.
DeviceSizeMul
=
(
(
CSD_Tab
[
9
]
&
0x03
)
<
<
1
)
stm32_adafruit_sd.c:621
SD_GetCSDRegister()
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
SD_CSD::version
is read by 2 functions:
All items filtered out
SD_CSD::version
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