Struct sd_job_t
Job structure passed through the RTOS Queue.
#include <sdcard.h>
Public Attributes
| Type | Name |
|---|---|
| char | data |
| char | filename |
| uint16_t | len |
| sd_job_type_t | type |
Public Attributes Documentation
variable data
char sd_job_t::data[SD_DATA_BUFFER_LEN];
variable filename
char sd_job_t::filename[SD_MAX_FILENAME_LEN];
variable len
uint16_t sd_job_t::len;
variable type
sd_job_type_t sd_job_t::type;
The documentation for this class was generated from the following file driver/Inc/sdcard.h