STM32469I-Discovery
BSP_QSPI_DeInit()
is only used within STM32469I-Discovery.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STM32469I-Discovery
BSP_QSPI_DeInit()
BSP_QSPI_DeInit() function
De-Initializes the QSPI interface.
Syntax
Show:
Summary
Declaration
Definition
from
stm32469i_discovery_qspi.h:110
uint8_t
BSP_QSPI_DeInit
(
void
)
;
Implemented in
stm32469i_discovery_qspi.c:151
Return value
QSPI memory status
Examples
References
from
examples
Code
Location
uint8_t
BSP_QSPI_DeInit
(
void
)
stm32469i_discovery_qspi.c:151
uint8_t
BSP_QSPI_DeInit
(
void
)
;
stm32469i_discovery_qspi.h:110
Call Tree
from
examples
BSP_QSPI_DeInit()
calls 2 functions:
All items filtered out
BSP_QSPI_DeInit()
HAL_QSPI_DeInit()
BSP_QSPI_MspDeInit()
All items filtered out
Data Use
from
examples
BSP_QSPI_DeInit()
reads 2 variables and writes 1 variable:
HAL_StatusTypeDef::HAL_OK
QSPIHandle
All items filtered out
BSP_QSPI_DeInit()
QSPI_HandleTypeDef::Instance
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out