STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
SD context enumeration
Collaboration diagram for SD context enumeration:

Macros

#define SD_CONTEXT_NONE   0x00000000U
 
#define SD_CONTEXT_READ_SINGLE_BLOCK   0x00000001U
 
#define SD_CONTEXT_READ_MULTIPLE_BLOCK   0x00000002U
 
#define SD_CONTEXT_WRITE_SINGLE_BLOCK   0x00000010U
 
#define SD_CONTEXT_WRITE_MULTIPLE_BLOCK   0x00000020U
 
#define SD_CONTEXT_IT   0x00000008U
 
#define SD_CONTEXT_DMA   0x00000080U
 

Detailed Description

Macro Definition Documentation

◆ SD_CONTEXT_NONE

◆ SD_CONTEXT_READ_SINGLE_BLOCK

#define SD_CONTEXT_READ_SINGLE_BLOCK   0x00000001U

◆ SD_CONTEXT_READ_MULTIPLE_BLOCK

#define SD_CONTEXT_READ_MULTIPLE_BLOCK   0x00000002U

◆ SD_CONTEXT_WRITE_SINGLE_BLOCK

#define SD_CONTEXT_WRITE_SINGLE_BLOCK   0x00000010U

◆ SD_CONTEXT_WRITE_MULTIPLE_BLOCK

#define SD_CONTEXT_WRITE_MULTIPLE_BLOCK   0x00000020U

#include <stm32f4xx_hal_sd.h>

Write multiple blocks operation

Definition at line 345 of file stm32f4xx_hal_sd.h.

Referenced by HAL_SD_Abort(), HAL_SD_Abort_IT(), HAL_SD_IRQHandler(), HAL_SD_WriteBlocks(), HAL_SD_WriteBlocks_DMA(), and HAL_SD_WriteBlocks_IT().

◆ SD_CONTEXT_IT

#define SD_CONTEXT_IT   0x00000008U

#include <stm32f4xx_hal_sd.h>

Process in Interrupt mode

Definition at line 346 of file stm32f4xx_hal_sd.h.

Referenced by HAL_SD_IRQHandler(), HAL_SD_ReadBlocks_IT(), and HAL_SD_WriteBlocks_IT().

◆ SD_CONTEXT_DMA

#define SD_CONTEXT_DMA   0x00000080U