STM32F413H-Discovery + 0/2 examples
CodeScope will show references to SD_PRESENT from the following samples and libraries:
Examples
STM32F413H-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
stm32f413h_discovery_sd.h:71
#define SD_PRESENT ((uint8_t)0x01)
stm32f413h_discovery_sd.c:111
if(BSP_SD_IsDetected() != SD_PRESENT)
stm32f413h_discovery_sd.c:193
__IO uint8_t status = SD_PRESENT;