STM32469I-Discovery + 0/2 examples
CodeScope will show references to SD_PRESENT from the following samples and libraries:
Examples
STM32469I-Discovery
Examples
Applications
Display
 
Symbols
loading...
Files
loading...

SD_PRESENT macro

Syntax

#define SD_PRESENT ((uint8_t)0x01)

Examples

SD_PRESENT is referenced by 2 libraries and example projects.

References

LocationText
stm32469i_discovery_sd.h:71
#define SD_PRESENT ((uint8_t)0x01)
stm32469i_discovery_sd.c:140
if(BSP_SD_IsDetected() != SD_PRESENT) /* Check if SD card is present */
stm32469i_discovery_sd.c:221
__IO uint8_t status = SD_PRESENT;