STM32446E_EVAL + 0/3 examples
CodeScope will show references to SD_PRESENT from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
Applications
FatFs
 
Symbols
loading...
Files
loading...

SD_PRESENT macro

Syntax

#define SD_PRESENT ((uint8_t)0x01)

Examples

SD_PRESENT is referenced by 3 libraries and example projects.

References

LocationText
stm32446e_eval_sd.h:72
#define SD_PRESENT ((uint8_t)0x01)
stm32446e_eval_sd.c:142
if(BSP_SD_IsDetected() != SD_PRESENT)
stm32446e_eval_sd.c:220
__IO uint8_t status = SD_PRESENT;