|
STM32L4R9I-Discovery BSP User Manual
|
Modules | |
| Private Variables | |
| Exported Types | |
| Exported Constants | |
| Exported Variables | |
| 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 | SD_TRANSFER_ERROR ((uint8_t)0x02) |
Define Documentation
| #define MSD_ERROR ((uint8_t)0x01) |
Definition at line 78 of file stm32l4r9i_discovery_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 79 of file stm32l4r9i_discovery_sd.h.
Referenced by BSP_SD_Init().
| #define MSD_OK ((uint8_t)0x00) |
SD status structure definition.
Definition at line 77 of file stm32l4r9i_discovery_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 SD_TRANSFER_BUSY ((uint8_t)0x01) |
Definition at line 85 of file stm32l4r9i_discovery_sd.h.
Referenced by BSP_SD_GetCardState().
| #define SD_TRANSFER_ERROR ((uint8_t)0x02) |
Definition at line 86 of file stm32l4r9i_discovery_sd.h.
| #define SD_TRANSFER_OK ((uint8_t)0x00) |
SD transfer state definition.
Definition at line 84 of file stm32l4r9i_discovery_sd.h.
Referenced by BSP_SD_GetCardState().
Generated on Fri Oct 13 2017 02:37:42 for STM32L4R9I-Discovery BSP User Manual by
1.7.6.1