STM32F439xx HAL User Manual
Data Structures | Typedefs | Enumerations
SPI Exported Types
SPI

Data Structures

struct  SPI_InitTypeDef
 SPI Configuration Structure definition. More...
struct  __SPI_HandleTypeDef
 SPI handle Structure definition. More...

Typedefs

typedef struct __SPI_HandleTypeDef SPI_HandleTypeDef
 SPI handle Structure definition.

Enumerations

enum  HAL_SPI_StateTypeDef {
  HAL_SPI_STATE_RESET = 0x00U, HAL_SPI_STATE_READY = 0x01U, HAL_SPI_STATE_BUSY = 0x02U, HAL_SPI_STATE_BUSY_TX = 0x03U,
  HAL_SPI_STATE_BUSY_RX = 0x04U, HAL_SPI_STATE_BUSY_TX_RX = 0x05U, HAL_SPI_STATE_ERROR = 0x06U
}
 HAL SPI State structure definition. More...

Typedef Documentation

SPI handle Structure definition.


Enumeration Type Documentation

HAL SPI State structure definition.

Enumerator:
HAL_SPI_STATE_RESET 

Peripheral not Initialized

HAL_SPI_STATE_READY 

Peripheral Initialized and ready for use

HAL_SPI_STATE_BUSY 

an internal process is ongoing

HAL_SPI_STATE_BUSY_TX 

Data Transmission process is ongoing

HAL_SPI_STATE_BUSY_RX 

Data Reception process is ongoing

HAL_SPI_STATE_BUSY_TX_RX 

Data Transmission and Reception process is ongoing

HAL_SPI_STATE_ERROR 

SPI error state

Definition at line 106 of file stm32f4xx_hal_spi.h.