Prusa MINI Firmware overview
__SPI_HandleTypeDef Struct Reference

SPI handle Structure definition. More...

#include <stm32f4xx_hal_spi.h>

Collaboration diagram for __SPI_HandleTypeDef:

Public Attributes

SPI_TypeDef * Instance
 
SPI_InitTypeDef Init
 
uint8_tpTxBuffPtr
 
uint16_t TxXferSize
 
__IO uint16_t TxXferCount
 
uint8_tpRxBuffPtr
 
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.

Member Data Documentation

◆ Instance

SPI_TypeDef* __SPI_HandleTypeDef::Instance

◆ Init

SPI_InitTypeDef __SPI_HandleTypeDef::Init

◆ pTxBuffPtr

uint8_t* __SPI_HandleTypeDef::pTxBuffPtr

◆ TxXferSize

uint16_t __SPI_HandleTypeDef::TxXferSize

◆ TxXferCount

__IO uint16_t __SPI_HandleTypeDef::TxXferCount

◆ pRxBuffPtr

uint8_t* __SPI_HandleTypeDef::pRxBuffPtr

◆ RxXferSize

uint16_t __SPI_HandleTypeDef::RxXferSize

◆ RxXferCount

__IO uint16_t __SPI_HandleTypeDef::RxXferCount

◆ RxISR

void(* __SPI_HandleTypeDef::RxISR) (struct __SPI_HandleTypeDef *hspi)

◆ TxISR

void(* __SPI_HandleTypeDef::TxISR) (struct __SPI_HandleTypeDef *hspi)

◆ hdmatx

DMA_HandleTypeDef* __SPI_HandleTypeDef::hdmatx

◆ hdmarx

DMA_HandleTypeDef* __SPI_HandleTypeDef::hdmarx

◆ Lock

HAL_LockTypeDef __SPI_HandleTypeDef::Lock

◆ State

__IO HAL_SPI_StateTypeDef __SPI_HandleTypeDef::State

◆ ErrorCode

__IO uint32_t __SPI_HandleTypeDef::ErrorCode