Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
SPI registers base address.
SPI communication parameters.
uint8_t *
Pointer to SPI Tx transfer Buffer.
uint16_t
SPI Tx Transfer size.
__IO uint16_t
SPI Tx Transfer Counter.
uint8_t *
Pointer to SPI Rx transfer Buffer.
uint16_t
SPI Rx Transfer size.
__IO uint16_t
SPI Rx Transfer Counter.
void (*)(struct __SPI_HandleTypeDef *hspi)
function pointer on Rx ISR.
void (*)(struct __SPI_HandleTypeDef *hspi)
function pointer on Tx ISR.
SPI Tx DMA Handle parameters.
SPI Rx DMA Handle parameters.
Locking object.
SPI communication state.
__IO uint32_t
SPI Error code.

References

from examples