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
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:
| |
__weak void | BSP_QSPI_MspDeInit (QSPI_HandleTypeDef *hqspi, void *Params) |
QSPI MSP De-Initialization This function frees the hardware resources used in this example:
|
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.
Generated on Wed Jul 13 2022 07:24:53 by
