Adafruit_Shield
SD_CSD
is only used within Adafruit_Shield.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
Adafruit_Shield
SD_CSD
SD_CSD struct
Card Specific Data: CSD Register
Syntax
Show:
Summary
Declaration
from
stm32_adafruit_sd.h:80
typedef
struct
{
uint8_t
CSDStruct
:
2
;
uint8_t
Reserved1
:
6
;
uint8_t
TAAC
:
8
;
uint8_t
NSAC
:
8
;
uint8_t
MaxBusClkFrec
:
8
;
uint16_t
CardComdClasses
:
12
;
uint8_t
RdBlockLen
:
4
;
uint8_t
PartBlockRead
:
1
;
uint8_t
WrBlockMisalign
:
1
;
uint8_t
RdBlockMisalign
:
1
;
uint8_t
DSRImpl
:
1
;
union
csd_version
{
struct_v1
v1
;
struct_v2
v2
;
}
version
;
uint8_t
EraseSingleBlockEnable
:
1
;
uint8_t
EraseSectorSize
:
7
;
uint8_t
WrProtectGrSize
:
7
;
uint8_t
WrProtectGrEnable
:
1
;
uint8_t
Reserved2
:
2
;
uint8_t
WrSpeedFact
:
3
;
uint8_t
MaxWrBlockLen
:
4
;
uint8_t
WriteBlockPartial
:
1
;
uint8_t
Reserved3
:
5
;
uint8_t
FileFormatGrouop
:
1
;
uint8_t
CopyFlag
:
1
;
uint8_t
PermWrProtect
:
1
;
uint8_t
TempWrProtect
:
1
;
uint8_t
FileFormat
:
2
;
uint8_t
Reserved4
:
2
;
uint8_t
crc
:
7
;
uint8_t
Reserved5
:
1
;
}
SD_CSD
;
Fields
Field
Declared as
SD_CSD::CSDStruct
uint8_t
:
2
SD_CSD::Reserved1
uint8_t
:
6
SD_CSD::TAAC
uint8_t
:
8
SD_CSD::NSAC
uint8_t
:
8
SD_CSD::MaxBusClkFrec
uint8_t
:
8
SD_CSD::CardComdClasses
uint16_t
:
12
SD_CSD::RdBlockLen
uint8_t
:
4
SD_CSD::PartBlockRead
uint8_t
:
1
SD_CSD::WrBlockMisalign
uint8_t
:
1
SD_CSD::RdBlockMisalign
uint8_t
:
1
SD_CSD::DSRImpl
uint8_t
:
1
SD_CSD::version
union
csd_version
{
struct_v1
v1
;
struct_v2
v2
;
}
SD_CSD::EraseSingleBlockEnable
uint8_t
:
1
SD_CSD::EraseSectorSize
uint8_t
:
7
SD_CSD::WrProtectGrSize
uint8_t
:
7
SD_CSD::WrProtectGrEnable
uint8_t
:
1
SD_CSD::Reserved2
uint8_t
:
2
SD_CSD::WrSpeedFact
uint8_t
:
3
SD_CSD::MaxWrBlockLen
uint8_t
:
4
SD_CSD::WriteBlockPartial
uint8_t
:
1
SD_CSD::Reserved3
uint8_t
:
5
SD_CSD::FileFormatGrouop
uint8_t
:
1
SD_CSD::CopyFlag
uint8_t
:
1
SD_CSD::PermWrProtect
uint8_t
:
1
SD_CSD::TempWrProtect
uint8_t
:
1
SD_CSD::FileFormat
uint8_t
:
2
SD_CSD::Reserved4
uint8_t
:
2
SD_CSD::crc
uint8_t
:
7
SD_CSD::Reserved5
uint8_t
:
1
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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