|
distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
CSD version 2.0, card-specific data register. More...
Public Types | |
| using | RawCsdV2 = LongResponse |
| type of raw CSD version 2.0 data More... | |
Public Member Functions | |
| constexpr | CsdV2 (const RawCsdV2 csdV2) |
| CsdV2's constructor. More... | |
| uint32_t | getCSize () const |
Private Attributes | |
| RawCsdV2 | csdV2_ |
| raw CSD version 2.0 data More... | |
CSD version 2.0, card-specific data register.
| using distortos::devices::anonymous_namespace{SdCard.cpp}::CsdV2::RawCsdV2 = LongResponse |
type of raw CSD version 2.0 data
|
inlineexplicit |
CsdV2's constructor.
| [in] | csdV2 | is the raw CSD version 2.0 data |
|
inline |
|
private |
raw CSD version 2.0 data