Adafruit_Shield
csd_version::v1
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::v1
csd_version::v1 field
Syntax
Show:
Summary
Declaration
from
stm32_adafruit_sd.h:97
struct_v1
v1
;
Examples
References
from
examples
Code
Location
Referrer
struct_v1
v1
;
stm32_adafruit_sd.h:97
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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
csd_version::v1
is read by 2 functions:
All items filtered out
csd_version::v1
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