RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Macros

Macros

#define MMC_CONTEXT_NONE   ((uint32_t)0x00000000U)
 
#define MMC_CONTEXT_READ_SINGLE_BLOCK   ((uint32_t)0x00000001U)
 
#define MMC_CONTEXT_READ_MULTIPLE_BLOCK   ((uint32_t)0x00000002U)
 
#define MMC_CONTEXT_WRITE_SINGLE_BLOCK   ((uint32_t)0x00000010U)
 
#define MMC_CONTEXT_WRITE_MULTIPLE_BLOCK   ((uint32_t)0x00000020U)
 
#define MMC_CONTEXT_IT   ((uint32_t)0x00000008U)
 
#define MMC_CONTEXT_DMA   ((uint32_t)0x00000080U)
 

Detailed Description

Macro Definition Documentation

◆ MMC_CONTEXT_DMA

#define MMC_CONTEXT_DMA   ((uint32_t)0x00000080U)

Process in DMA mode

◆ MMC_CONTEXT_IT

#define MMC_CONTEXT_IT   ((uint32_t)0x00000008U)

Process in Interrupt mode

◆ MMC_CONTEXT_NONE

#define MMC_CONTEXT_NONE   ((uint32_t)0x00000000U)

None

◆ MMC_CONTEXT_READ_MULTIPLE_BLOCK

#define MMC_CONTEXT_READ_MULTIPLE_BLOCK   ((uint32_t)0x00000002U)

Read multiple blocks operation

◆ MMC_CONTEXT_READ_SINGLE_BLOCK

#define MMC_CONTEXT_READ_SINGLE_BLOCK   ((uint32_t)0x00000001U)

Read single block operation

◆ MMC_CONTEXT_WRITE_MULTIPLE_BLOCK

#define MMC_CONTEXT_WRITE_MULTIPLE_BLOCK   ((uint32_t)0x00000020U)

Write multiple blocks operation

◆ MMC_CONTEXT_WRITE_SINGLE_BLOCK

#define MMC_CONTEXT_WRITE_SINGLE_BLOCK   ((uint32_t)0x00000010U)

Write single block operation