Contains the BSP driver for the DISCO_F413ZH board.

Dependents:   DISCO_F413ZH-LCD-demo DISCO_F413ZH-touch-screen-demo DISCO_F413ZH-SD-demo DISCO_F413ZH-PSRAM-demo ... more

Embed: (wiki syntax)

« Back to documentation index

STM32F413H DISCOVERY Private Functions Prototypes

STM32F413H DISCOVERY Private Functions Prototypes
[STM32F413H_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

Definition at line 745 of file stm32f413h_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

Definition at line 642 of file stm32f413h_discovery_qspi.c.

static uint8_t QSPI_ResetMemory ( QSPI_HandleTypeDef *  hqspi ) [static]

This function reset the QSPI memory.

Parameters:
hqspi,:QSPI handle

Definition at line 601 of file stm32f413h_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

Definition at line 700 of file stm32f413h_discovery_qspi.c.