|
STM32469I_EVAL BSP User Manual
|
Modules | |
| STM32469I EVAL SD Private TypesDef | |
| STM32469I EVAL SD Private Defines | |
| STM32469I EVAL SD Private Macro | |
| STM32469I EVAL SD Private Variables | |
| STM32469I EVAL SD Private Prototypes | |
| STM32469I EVAL SD Private Functions | |
| STM32469I EVAL SD Exported Types | |
| STM32469I EVAL SD Exported Constants | |
| STM32469I EVAL SD Exported Macro | |
| STM32469I EVAL 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 Documentation
| #define MSD_ERROR ((uint8_t)0x01) |
Definition at line 79 of file stm32469i_eval_sd.h.
Referenced by BSP_SD_DeInit(), BSP_SD_Erase(), BSP_SD_Init(), BSP_SD_ReadBlocks(), BSP_SD_ReadBlocks_DMA(), BSP_SD_WriteBlocks(), and BSP_SD_WriteBlocks_DMA().
| #define MSD_ERROR_SD_NOT_PRESENT ((uint8_t)0x02) |
Definition at line 80 of file stm32469i_eval_sd.h.
Referenced by BSP_SD_Init().
| #define MSD_OK ((uint8_t)0x00) |
SD status structure definition.
Definition at line 78 of file stm32469i_eval_sd.h.
Referenced by BSP_SD_DeInit(), BSP_SD_Erase(), BSP_SD_Init(), BSP_SD_ReadBlocks(), BSP_SD_ReadBlocks_DMA(), BSP_SD_WriteBlocks(), and BSP_SD_WriteBlocks_DMA().
Generated on Tue Jan 12 2016 17:51:26 for STM32469I_EVAL BSP User Manual by
1.7.6.1