STM32L486xx HAL User Manual
Data Fields
__QSPI_HandleTypeDef Struct Reference

QSPI Handle Structure definition. More...

#include <stm32l4xx_hal_qspi.h>

Data Fields

QUADSPI_TypeDef * Instance
QSPI_InitTypeDef Init
uint8_t * pTxBuffPtr
__IO uint32_t TxXferSize
__IO uint32_t TxXferCount
uint8_t * pRxBuffPtr
__IO uint32_t RxXferSize
__IO uint32_t RxXferCount
DMA_HandleTypeDefhdma
__IO HAL_LockTypeDef Lock
__IO HAL_QSPI_StateTypeDef State
__IO uint32_t ErrorCode
uint32_t Timeout
void(* ErrorCallback )(struct __QSPI_HandleTypeDef *hqspi)
void(* AbortCpltCallback )(struct __QSPI_HandleTypeDef *hqspi)
void(* FifoThresholdCallback )(struct __QSPI_HandleTypeDef *hqspi)
void(* CmdCpltCallback )(struct __QSPI_HandleTypeDef *hqspi)
void(* RxCpltCallback )(struct __QSPI_HandleTypeDef *hqspi)
void(* TxCpltCallback )(struct __QSPI_HandleTypeDef *hqspi)
void(* RxHalfCpltCallback )(struct __QSPI_HandleTypeDef *hqspi)
void(* TxHalfCpltCallback )(struct __QSPI_HandleTypeDef *hqspi)
void(* StatusMatchCallback )(struct __QSPI_HandleTypeDef *hqspi)
void(* TimeOutCallback )(struct __QSPI_HandleTypeDef *hqspi)
void(* MspInitCallback )(struct __QSPI_HandleTypeDef *hqspi)
void(* MspDeInitCallback )(struct __QSPI_HandleTypeDef *hqspi)

Detailed Description

QSPI Handle Structure definition.

Definition at line 111 of file stm32l4xx_hal_qspi.h.


Field Documentation

__IO HAL_LockTypeDef __QSPI_HandleTypeDef::Lock

Definition at line 122 of file stm32l4xx_hal_qspi.h.

Referenced by HAL_QSPI_Init().


The documentation for this struct was generated from the following file: