STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
__SPI_HandleTypeDef Struct Reference

SPI handle Structure definition. More...

#include <stm32f4xx_hal_spi.h>

Collaboration diagram for __SPI_HandleTypeDef:

Data Fields

SPI_TypeDef * Instance
 
SPI_InitTypeDef Init
 
const 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 104 of file stm32f4xx_hal_spi.h.

Field Documentation

◆ Instance

◆ Init

◆ pTxBuffPtr

◆ TxXferSize

◆ TxXferCount

◆ pRxBuffPtr

◆ RxXferSize

◆ RxXferCount

◆ RxISR

◆ TxISR

◆ hdmatx

◆ hdmarx

◆ Lock

HAL_LockTypeDef __SPI_HandleTypeDef::Lock

Locking object

Definition at line 130 of file stm32f4xx_hal_spi.h.

Referenced by HAL_SPI_Init().

◆ State

◆ ErrorCode


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