|
STM32769I_EVAL BSP User Manual
|
Modules | |
| SD Private TypesDefinitions | |
| SD Private Defines | |
| SD Private Macros | |
| SD Private Variables | |
| SD Private Functions Prototypes | |
| SD Private Functions | |
| SD Exported Types | |
| SD Exported Constants | |
| SD Exported Macro | |
| SD Exported Functions | |
Defines | |
| #define | MSD_OK ((uint8_t)0x00) |
| SD status structure definition. | |
| #define | MSD_ERROR ((uint8_t)0x01) |
| #define | MSD_ERROR_SD_NOT_PRESENT ((uint8_t)0x02) |
| #define | SD_TRANSFER_OK ((uint8_t)0x00) |
| SD transfer state definition. | |
| #define | SD_TRANSFER_BUSY ((uint8_t)0x01) |
Define Documentation
| #define MSD_ERROR ((uint8_t)0x01) |
Definition at line 79 of file stm32f769i_eval_sd.h.
Referenced by BSP_SD_DeInitEx(), BSP_SD_EraseEx(), BSP_SD_InitEx(), BSP_SD_ReadBlocks_DMAEx(), BSP_SD_ReadBlocksEx(), BSP_SD_WriteBlocks_DMAEx(), and BSP_SD_WriteBlocksEx().
| #define MSD_ERROR_SD_NOT_PRESENT ((uint8_t)0x02) |
Definition at line 80 of file stm32f769i_eval_sd.h.
Referenced by BSP_SD_InitEx().
| #define MSD_OK ((uint8_t)0x00) |
SD status structure definition.
Definition at line 78 of file stm32f769i_eval_sd.h.
Referenced by BSP_SD_DeInitEx(), BSP_SD_EraseEx(), BSP_SD_InitEx(), BSP_SD_ReadBlocks_DMAEx(), BSP_SD_ReadBlocksEx(), BSP_SD_WriteBlocks_DMAEx(), and BSP_SD_WriteBlocksEx().
| #define SD_TRANSFER_BUSY ((uint8_t)0x01) |
Definition at line 86 of file stm32f769i_eval_sd.h.
Referenced by BSP_SD_GetCardStateEx().
| #define SD_TRANSFER_OK ((uint8_t)0x00) |
SD transfer state definition.
Definition at line 85 of file stm32f769i_eval_sd.h.
Referenced by BSP_SD_GetCardStateEx().
Generated on Fri Dec 30 2016 20:55:35 for STM32769I_EVAL BSP User Manual by
1.7.6.1