STM32F439xx HAL User Manual
Data Fields
__SPI_HandleTypeDef Struct Reference

SPI handle Structure definition. More...

#include <stm32f4xx_hal_spi.h>

Data Fields

SPI_TypeDef * Instance
SPI_InitTypeDef Init
uint8_t * pTxBuffPtr
uint16_t TxXferSize
__IO uint16_t TxXferCount
uint8_t * pRxBuffPtr
uint16_t RxXferSize
__IO uint16_t RxXferCount
void(* RxISR )(struct __SPI_HandleTypeDef *hspi)
void(* TxISR )(struct __SPI_HandleTypeDef *hspi)
DMA_HandleTypeDefhdmatx
DMA_HandleTypeDefhdmarx
HAL_LockTypeDef Lock
__IO HAL_SPI_StateTypeDef State
__IO uint32_t ErrorCode

Detailed Description

SPI handle Structure definition.

Definition at line 120 of file stm32f4xx_hal_spi.h.


Field Documentation

HAL_LockTypeDef __SPI_HandleTypeDef::Lock

Definition at line 146 of file stm32f4xx_hal_spi.h.

Referenced by HAL_SPI_Init().


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