BSP_QSPI_MspDeInit() is only used within STM32446E_EVAL.
 
Symbols
loading...
Files
loading...

BSP_QSPI_MspDeInit() function

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

Syntax

void BSP_QSPI_MspDeInit(QSPI_HandleTypeDef *hqspi,     void *Params);
Implemented in stm32446e_eval_qspi.c:552

Arguments

hqspi

Params

Return value

None

References

LocationReferrerText
stm32446e_eval_qspi.c:552
__weak void BSP_QSPI_MspDeInit(QSPI_HandleTypeDef *hqspi, void *Params)
stm32446e_eval_qspi.h:136
void BSP_QSPI_MspDeInit(QSPI_HandleTypeDef *hqspi, void *Params);
stm32446e_eval_qspi.c:166BSP_QSPI_DeInit()
BSP_QSPI_MspDeInit(&QSPIHandle, NULL);

Call Tree

Functions calling BSP_QSPI_MspDeInit()
Functions called by BSP_QSPI_MspDeInit()
all items filtered out
BSP_QSPI_MspDeInit()
Data read by BSP_QSPI_MspDeInit()
Data written by BSP_QSPI_MspDeInit()
BSP_QSPI_MspDeInit()