Sylvain Savon / BSP_DISCO_F746NG

Dependents:   DISCO-F746NG_QSPI

Fork of BSP_DISCO_F746NG by ST

Embed: (wiki syntax)

« Back to documentation index

Private Functions

Private Functions
[STM32F746G-DISCOVERY QSPI]

Functions

static void QSPI_MspInit (void)
 Initializes the QSPI MSP.
static void QSPI_MspDeInit (void)
 De-Initializes the QSPI MSP.
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 for auto-polling
Return values:
None

Definition at line 877 of file stm32746g_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 772 of file stm32746g_discovery_qspi.c.

static void QSPI_MspDeInit ( void   ) [static]

De-Initializes the QSPI MSP.

Return values:
None

Definition at line 691 of file stm32746g_discovery_qspi.c.

static void QSPI_MspInit ( void   ) [static]

Initializes the QSPI MSP.

Return values:
None

Definition at line 645 of file stm32746g_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 730 of file stm32746g_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 831 of file stm32746g_discovery_qspi.c.