STM32F4xx_HAL_Driver
1.8.3
|
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. More... | |
HAL_StatusTypeDef | HAL_QSPI_DeInit (QSPI_HandleTypeDef *hqspi) |
De-Initialize the QSPI peripheral. More... | |
void | HAL_QSPI_MspInit (QSPI_HandleTypeDef *hqspi) |
Initialize the QSPI MSP. More... | |
void | HAL_QSPI_MspDeInit (QSPI_HandleTypeDef *hqspi) |
DeInitialize the QSPI MSP. More... | |
Initialization and Configuration functions.
=============================================================================== ##### Initialization and Configuration functions ##### =============================================================================== [..] This subsection provides a set of functions allowing to : (+) Initialize the QuadSPI. (+) De-initialize the QuadSPI.
HAL_StatusTypeDef HAL_QSPI_DeInit | ( | QSPI_HandleTypeDef * | hqspi | ) |
De-Initialize the QSPI peripheral.
hqspi | QSPI handle |
HAL | status |
Definition at line 393 of file stm32f4xx_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.
hqspi | QSPI handle |
HAL | status |
Definition at line 292 of file stm32f4xx_hal_qspi.c.
__weak void HAL_QSPI_MspDeInit | ( | QSPI_HandleTypeDef * | hqspi | ) |
DeInitialize the QSPI MSP.
hqspi | QSPI handle |
None |
Definition at line 449 of file stm32f4xx_hal_qspi.c.
__weak void HAL_QSPI_MspInit | ( | QSPI_HandleTypeDef * | hqspi | ) |
Initialize the QSPI MSP.
hqspi | QSPI handle |
None |
Definition at line 434 of file stm32f4xx_hal_qspi.c.