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

BSP_QSPI_Erase_Block() function

Erases the specified block of the QSPI memory.

Syntax

uint8_t BSP_QSPI_Erase_Block(uint32_t BlockAddress);
Implemented in stm32469i_eval_qspi.c:308

Arguments

BlockAddress

Block address to erase

Return value

QSPI memory status

Examples

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

References

LocationText
stm32469i_eval_qspi.c:308
uint8_t BSP_QSPI_Erase_Block(uint32_t BlockAddress)
stm32469i_eval_qspi.h:121
uint8_t BSP_QSPI_Erase_Block(uint32_t BlockAddress);