STM32469I_EVAL + 0/2 examples
CodeScope will show references to SD_PRESENT from the following samples and libraries:
Examples
STM32469I_EVAL
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_eval_sd.h:72
#define SD_PRESENT ((uint8_t)0x01)
stm32469i_eval_sd.c:145
if(BSP_SD_IsDetected() != SD_PRESENT)
stm32469i_eval_sd.c:222
__IO uint8_t status = SD_PRESENT;