HAL
HAL_SD_CardCIDTypeDef
is only used within HAL.
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
HAL
HAL_SD_CardCIDTypeDef
HAL_SD_CardCIDTypeDef struct
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_sd.h:215
typedef
struct
{
__IO
uint8_t
ManufacturerID
;
__IO
uint16_t
OEM_AppliID
;
__IO
uint32_t
ProdName1
;
__IO
uint8_t
ProdName2
;
__IO
uint8_t
ProdRev
;
__IO
uint32_t
ProdSN
;
__IO
uint8_t
Reserved1
;
__IO
uint16_t
ManufactDate
;
__IO
uint8_t
CID_CRC
;
__IO
uint8_t
Reserved2
;
}
HAL_SD_CardCIDTypeDef
;
Fields
Field
Declared as
Description
HAL_SD_CardCIDTypeDef::ManufacturerID
__IO
uint8_t
Manufacturer ID.
HAL_SD_CardCIDTypeDef::OEM_AppliID
__IO
uint16_t
OEM/Application ID.
HAL_SD_CardCIDTypeDef::ProdName1
__IO
uint32_t
Product Name part1.
HAL_SD_CardCIDTypeDef::ProdName2
__IO
uint8_t
Product Name part2.
HAL_SD_CardCIDTypeDef::ProdRev
__IO
uint8_t
Product Revision.
HAL_SD_CardCIDTypeDef::ProdSN
__IO
uint32_t
Product Serial Number.
HAL_SD_CardCIDTypeDef::Reserved1
__IO
uint8_t
Reserved1.
HAL_SD_CardCIDTypeDef::ManufactDate
__IO
uint16_t
Manufacturing Date.
HAL_SD_CardCIDTypeDef::CID_CRC
__IO
uint8_t
CID CRC.
HAL_SD_CardCIDTypeDef::Reserved2
__IO
uint8_t
Always 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