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.
Fork of TUKS-COURSE-TIMER by
Initialization/de-initialization functions
[QSPI Exported Functions]
Initialization and Configuration functions. More...
Functions | |
HAL_StatusTypeDef | HAL_QSPI_Init (QSPI_HandleTypeDef *hqspi) |
Initialize the QSPI mode according to the specified parameters in the QSPI_InitTypeDef and initialize the associated handle. | |
HAL_StatusTypeDef | HAL_QSPI_DeInit (QSPI_HandleTypeDef *hqspi) |
De-Initialize the QSPI peripheral. | |
__weak void | HAL_QSPI_MspInit (QSPI_HandleTypeDef *hqspi) |
Initialize the QSPI MSP. | |
__weak void | HAL_QSPI_MspDeInit (QSPI_HandleTypeDef *hqspi) |
DeInitialize the QSPI MSP. |
Detailed Description
Initialization and Configuration functions.
=============================================================================== ##### Initialization and Configuration functions ##### =============================================================================== [..] This subsection provides a set of functions allowing to : (+) Initialize the QuadSPI. (+) De-initialize the QuadSPI.
Function Documentation
HAL_StatusTypeDef HAL_QSPI_DeInit | ( | QSPI_HandleTypeDef * | hqspi ) |
De-Initialize the QSPI peripheral.
- Parameters:
-
hqspi,: QSPI handle
- Return values:
-
HAL status
Definition at line 337 of file stm32l4xx_hal_qspi.c.
HAL_StatusTypeDef HAL_QSPI_Init | ( | QSPI_HandleTypeDef * | hqspi ) |
Initialize the QSPI mode according to the specified parameters in the QSPI_InitTypeDef and initialize the associated handle.
- Parameters:
-
hqspi,: QSPI handle
- Return values:
-
HAL status
Definition at line 247 of file stm32l4xx_hal_qspi.c.
__weak void HAL_QSPI_MspDeInit | ( | QSPI_HandleTypeDef * | hqspi ) |
DeInitialize the QSPI MSP.
- Parameters:
-
hqspi,: QSPI handle
- Return values:
-
None
Definition at line 386 of file stm32l4xx_hal_qspi.c.
__weak void HAL_QSPI_MspInit | ( | QSPI_HandleTypeDef * | hqspi ) |
Initialize the QSPI MSP.
- Parameters:
-
hqspi,: QSPI handle
- Return values:
-
None
Definition at line 371 of file stm32l4xx_hal_qspi.c.
Generated on Tue Jul 12 2022 17:38:54 by
