STM324x9I_EVAL + 0/5 examples
CodeScope will show references to SD_PRESENT from the following samples and libraries:
Drivers
Boards
Examples
STM324x9I_EVAL
Examples
Applications
Display
USB_Host
 
Symbols
loading...
Files
loading...

SD_PRESENT macro

Syntax

#define SD_PRESENT ((uint8_t)0x01)

Examples

SD_PRESENT is referenced by 5 libraries and example projects.

References

LocationText
stm324x9i_eval_sd.h:72
#define SD_PRESENT ((uint8_t)0x01)
stm324x9i_eval_sd.c:114
if(BSP_SD_IsDetected() != SD_PRESENT)
stm324x9i_eval_sd.c:162
__IO uint8_t status = SD_PRESENT;