ChibiOS
21.6.0
|
Structure representing an SDC driver. More...
#include <hal_sdc_lld.h>
Data Fields | |
const struct SDCDriverVMT * | vmt |
Virtual Methods Table. More... | |
const _mmcsd_block_device_data SDCConfig * | config |
Current configuration data. More... | |
sdcmode_t | cardmode |
Various flags regarding the mounted card. More... | |
sdcflags_t | errors |
Errors flags. More... | |
uint32_t | rca |
Card RCA. More... | |
uint8_t | buf [MMCSD_BLOCK_SIZE] |
Buffer for internal operations. More... | |
Structure representing an SDC driver.
Definition at line 105 of file hal_sdc_lld.h.
const struct SDCDriverVMT* SDCDriver::vmt |
const _mmcsd_block_device_data SDCConfig* SDCDriver::config |
Current configuration data.
Definition at line 114 of file hal_sdc_lld.h.
Referenced by sdcStart(), and sdcStop().
sdcmode_t SDCDriver::cardmode |
Various flags regarding the mounted card.
Definition at line 118 of file hal_sdc_lld.h.
Referenced by sdc_init(), and sdcErase().
sdcflags_t SDCDriver::errors |
Errors flags.
Definition at line 122 of file hal_sdc_lld.h.
Referenced by sdcGetAndClearErrors(), sdcObjectInit(), sdcRead(), and sdcWrite().
uint32_t SDCDriver::rca |
Card RCA.
Definition at line 126 of file hal_sdc_lld.h.
uint8_t SDCDriver::buf[MMCSD_BLOCK_SIZE] |
Buffer for internal operations.
Definition at line 130 of file hal_sdc_lld.h.