![]() |
RTEMS 6.1-rc7
|
SPI handle Structure definition. More...
#include <stm32h7xx_hal_spi.h>
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 |
uint32_t | CRCSize |
void(* | RxISR )(struct __SPI_HandleTypeDef *hspi) |
void(* | TxISR )(struct __SPI_HandleTypeDef *hspi) |
DMA_HandleTypeDef * | hdmatx |
DMA_HandleTypeDef * | hdmarx |
HAL_LockTypeDef | Lock |
__IO HAL_SPI_StateTypeDef | State |
__IO uint32_t | ErrorCode |
SPI handle Structure definition.
uint32_t __SPI_HandleTypeDef::CRCSize |
SPI CRC size used for the transfer
__IO uint32_t __SPI_HandleTypeDef::ErrorCode |
SPI Error code
DMA_HandleTypeDef* __SPI_HandleTypeDef::hdmarx |
SPI Rx DMA Handle parameters
DMA_HandleTypeDef* __SPI_HandleTypeDef::hdmatx |
SPI Tx DMA Handle parameters
SPI_InitTypeDef __SPI_HandleTypeDef::Init |
SPI communication parameters
SPI_TypeDef* __SPI_HandleTypeDef::Instance |
SPI registers base address
HAL_LockTypeDef __SPI_HandleTypeDef::Lock |
Locking object
uint8_t* __SPI_HandleTypeDef::pRxBuffPtr |
Pointer to SPI Rx transfer Buffer
const uint8_t* __SPI_HandleTypeDef::pTxBuffPtr |
Pointer to SPI Tx transfer Buffer
void(* __SPI_HandleTypeDef::RxISR) (struct __SPI_HandleTypeDef *hspi) |
function pointer on Rx ISR
__IO uint16_t __SPI_HandleTypeDef::RxXferCount |
SPI Rx Transfer Counter
uint16_t __SPI_HandleTypeDef::RxXferSize |
SPI Rx Transfer size
__IO HAL_SPI_StateTypeDef __SPI_HandleTypeDef::State |
SPI communication state
void(* __SPI_HandleTypeDef::TxISR) (struct __SPI_HandleTypeDef *hspi) |
function pointer on Tx ISR
__IO uint16_t __SPI_HandleTypeDef::TxXferCount |
SPI Tx Transfer Counter
uint16_t __SPI_HandleTypeDef::TxXferSize |
SPI Tx Transfer size