Felipe Gomes / BSP_DISCO_F469NI

Dependents:   Aprendendo Final_v3

Embed: (wiki syntax)

« Back to documentation index

STM32446E_Discovery_QSPI_Private_Functions

STM32446E_Discovery_QSPI_Private_Functions
[STM32469I_Discovery QSPI]

Functions

__weak void BSP_QSPI_MspInit (QSPI_HandleTypeDef *hqspi, void *Params)
 QSPI MSP Initialization This function configures the hardware resources used in this example:

  • Peripheral's clock enable
  • Peripheral's GPIO Configuration
  • NVIC configuration for QSPI interrupt.

__weak void BSP_QSPI_MspDeInit (QSPI_HandleTypeDef *hqspi, void *Params)
 QSPI MSP De-Initialization This function frees the hardware resources used in this example:

  • Disable the Peripheral's clock
  • Revert GPIO and NVIC configuration to their default state.


Function Documentation

__weak void BSP_QSPI_MspDeInit ( QSPI_HandleTypeDef *  hqspi,
void *  Params 
)

QSPI MSP De-Initialization This function frees the hardware resources used in this example:

  • Disable the Peripheral's clock
  • Revert GPIO and NVIC configuration to their default state.

Return values:
None

Definition at line 561 of file stm32469i_discovery_qspi.c.

__weak void BSP_QSPI_MspInit ( QSPI_HandleTypeDef *  hqspi,
void *  Params 
)

QSPI MSP Initialization This function configures the hardware resources used in this example:

  • Peripheral's clock enable
  • Peripheral's GPIO Configuration
  • NVIC configuration for QSPI interrupt.

Return values:
None

Definition at line 508 of file stm32469i_discovery_qspi.c.