Adafruit_Shield
SD_CSD::RdBlockLen
is only used within Adafruit_Shield.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::RdBlockLen
SD_CSD::RdBlockLen field
Syntax
Show:
Summary
Declaration
from
stm32_adafruit_sd.h:89
uint8_t
RdBlockLen
:
4
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
RdBlockLen
:
4
;
/* Max. read data block length */
stm32_adafruit_sd.h:89
pCardInfo
->
CardBlockSize
=
1
<
<
(
pCardInfo
->
Csd
.
RdBlockLen
)
;
stm32_adafruit_sd.c:307
BSP_SD_GetCardInfo()
Csd
->
RdBlockLen
=
CSD_Tab
[
5
]
&
0x0F
;
stm32_adafruit_sd.c:598
SD_GetCSDRegister()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
SD_CSD::RdBlockLen
is written by 1 function and is read by 1 function:
SD_GetCSDRegister()
All items filtered out
SD_CSD::RdBlockLen
BSP_SD_GetCardInfo()
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