VSF Documented
|
SPI instance structure, used for SPI Multi Class support, not needed in non Multi Class mode. More...
#include <vsf_template_spi.h>
Data Fields | |
const vsf_spi_op_t * | op |
Pointer to operation table. | |
SPI_TypeDef * | hspi |
uint8_t * | output |
uint8_t * | input |
uint32_t | data_size |
uint32_t | rx_count |
uint32_t | tx_count |
bool | data_exchange |
SPI instance structure, used for SPI Multi Class support, not needed in non Multi Class mode.
const vsf_spi_op_t* vsf_spi_t::op |
Pointer to operation table.
SPI_TypeDef* vsf_spi_t::hspi |
uint8_t* vsf_spi_t::output |
uint8_t* vsf_spi_t::input |
uint32_t vsf_spi_t::data_size |
uint32_t vsf_spi_t::rx_count |
uint32_t vsf_spi_t::tx_count |
bool vsf_spi_t::data_exchange |