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

QSPI_InfoTypeDef::ProgPageSize field

Size of pages for the program operation

Syntax

uint32_t ProgPageSize;

Examples

QSPI_InfoTypeDef::ProgPageSize is referenced by 1 libraries and example projects.

References

LocationReferrerText
stm32469i_eval_qspi.h:100
uint32_t ProgPageSize; /*!< Size of pages for the program operation */
stm32469i_eval_qspi.c:240BSP_QSPI_Write()
current_size = QspiInfo.ProgPageSize - (WriteAddr % (QspiInfo.ProgPageSize));
stm32469i_eval_qspi.c:297BSP_QSPI_Write()
current_size = ((current_addr + QspiInfo.ProgPageSize) > end_addr) ? (end_addr - current_addr) : QspiInfo.ProgPageSize;
stm32469i_eval_qspi.c:1052QSPI_ReadID()
pqspi_info->ProgPageSize = N25Q512A_PAGE_SIZE;
stm32469i_eval_qspi.c:1064QSPI_ReadID()
pqspi_info->ProgPageSize = S25FL512S_PAGE_SIZE;

Data Use

Functions writing QSPI_InfoTypeDef::ProgPageSize
Functions reading QSPI_InfoTypeDef::ProgPageSize
all items filtered out
QSPI_InfoTypeDef::ProgPageSize
all items filtered out
Type of QSPI_InfoTypeDef::ProgPageSize
QSPI_InfoTypeDef::ProgPageSize
uint32_t
all items filtered out