Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Aprendendo Final_v3
QSPI Private Functions
[STM32469I_Discovery QSPI]
Functions | |
static uint8_t | QSPI_ResetMemory (QSPI_HandleTypeDef *hqspi) |
This function reset the QSPI memory. | |
static uint8_t | QSPI_DummyCyclesCfg (QSPI_HandleTypeDef *hqspi) |
This function configure the dummy cycles on memory side. | |
static uint8_t | QSPI_WriteEnable (QSPI_HandleTypeDef *hqspi) |
This function send a Write Enable and wait it is effective. | |
static uint8_t | QSPI_AutoPollingMemReady (QSPI_HandleTypeDef *hqspi, uint32_t Timeout) |
This function read the SR of the memory and wait the EOP. |
Function Documentation
static uint8_t QSPI_AutoPollingMemReady | ( | QSPI_HandleTypeDef * | hqspi, |
uint32_t | Timeout | ||
) | [static] |
This function read the SR of the memory and wait the EOP.
- Parameters:
-
hqspi,: QSPI handle Timeout,: timeout value before returning an error
- Return values:
-
None
Definition at line 736 of file stm32469i_discovery_qspi.c.
static uint8_t QSPI_DummyCyclesCfg | ( | QSPI_HandleTypeDef * | hqspi ) | [static] |
This function configure the dummy cycles on memory side.
- Parameters:
-
hqspi,: QSPI handle
- Return values:
-
None
Definition at line 631 of file stm32469i_discovery_qspi.c.
static uint8_t QSPI_ResetMemory | ( | QSPI_HandleTypeDef * | hqspi ) | [static] |
This function reset the QSPI memory.
- Parameters:
-
hqspi,: QSPI handle
- Return values:
-
None
Definition at line 589 of file stm32469i_discovery_qspi.c.
static uint8_t QSPI_WriteEnable | ( | QSPI_HandleTypeDef * | hqspi ) | [static] |
This function send a Write Enable and wait it is effective.
- Parameters:
-
hqspi,: QSPI handle
- Return values:
-
None
Definition at line 690 of file stm32469i_discovery_qspi.c.
Generated on Wed Jul 13 2022 07:24:53 by
