STM32F413H-Discovery + 0/1 examples
CodeScope will show references to BSP_SD_Erase() from the following samples and libraries:
Examples
STM32F413H-Discovery
Examples
 
Symbols
loading...
Files
loading...

BSP_SD_Erase() function

Erases the specified memory area of the given SD card.

Syntax

uint8_t BSP_SD_Erase(uint32_t StartAddr,     uint32_t EndAddr);
Implemented in stm32f413h_discovery_sd.c:290

Arguments

StartAddr

Start byte address

EndAddr

End byte address

Return value

SD status

Examples

BSP_SD_Erase() is referenced by 1 libraries and example projects.

References

LocationText
stm32f413h_discovery_sd.c:290
uint8_t BSP_SD_Erase(uint32_t StartAddr, uint32_t EndAddr)
stm32f413h_discovery_sd.h:102
uint8_t BSP_SD_Erase(uint32_t StartAddr, uint32_t EndAddr);

Call Tree

Functions called by BSP_SD_Erase()
BSP_SD_Erase()
all items filtered out
Data read by BSP_SD_Erase()
BSP_SD_Erase()
Type of BSP_SD_Erase()
BSP_SD_Erase()
uint8_t
all items filtered out