mikroSDK Reference Manual
|
Physical Drive Data Structure Reference. More...
Modules | |
SD Commands | |
SD Card Commands. | |
Data Structures | |
struct | physical_drive_t |
Physical Drive Base Data Structure Reference. More... | |
struct | physical_drive_vector_table |
Physical Drive Vector Table. More... | |
struct | sdspi_physical_drive_t |
SD SPI Physical Drive Data Structure. More... | |
Typedefs | |
typedef struct physical_drive_vector_table | physical_drive_vector_table_t |
Physical Drive Vector Table. More... | |
Enumerations | |
enum | physical_drive_type_t |
Physical Drive Type Enumerator. More... | |
typedef struct physical_drive_vector_table physical_drive_vector_table_t |
A table of function pointers, used used by physical_drive_t struct, in order to call up correct functions for the particular implementation of the physical drive.
Indicate that a physical drives is initialized, what implementation the physical drive uses, and what it's physical_drive_vector_table_t functions point to.