![]() |
RTEMS 6.1-rc7
|
Macros | |
#define | SD_CONTEXT_NONE ((uint32_t)0x00000000U) |
#define | SD_CONTEXT_READ_SINGLE_BLOCK ((uint32_t)0x00000001U) |
#define | SD_CONTEXT_READ_MULTIPLE_BLOCK ((uint32_t)0x00000002U) |
#define | SD_CONTEXT_WRITE_SINGLE_BLOCK ((uint32_t)0x00000010U) |
#define | SD_CONTEXT_WRITE_MULTIPLE_BLOCK ((uint32_t)0x00000020U) |
#define | SD_CONTEXT_IT ((uint32_t)0x00000008U) |
#define | SD_CONTEXT_DMA ((uint32_t)0x00000080U) |
#define SD_CONTEXT_DMA ((uint32_t)0x00000080U) |
Process in DMA mode
#define SD_CONTEXT_IT ((uint32_t)0x00000008U) |
Process in Interrupt mode
#define SD_CONTEXT_NONE ((uint32_t)0x00000000U) |
None
#define SD_CONTEXT_READ_MULTIPLE_BLOCK ((uint32_t)0x00000002U) |
Read multiple blocks operation
#define SD_CONTEXT_READ_SINGLE_BLOCK ((uint32_t)0x00000001U) |
Read single block operation
#define SD_CONTEXT_WRITE_MULTIPLE_BLOCK ((uint32_t)0x00000020U) |
Write multiple blocks operation
#define SD_CONTEXT_WRITE_SINGLE_BLOCK ((uint32_t)0x00000010U) |
Write single block operation