Modification of Mbed-dev library for LQFP48 package microcontrollers: STM32F103C8 (STM32F103C8T6) and STM32F103CB (STM32F103CBT6) (Bluepill boards, Maple mini etc. )

Fork of mbed-STM32F103C8_org by Nothing Special

Embed: (wiki syntax)

« Back to documentation index

spi_t Struct Reference

spi_t Struct Reference
[Hal]

Asynch SPI HAL structure. More...

#include <spi_api.h>

Data Fields

struct spi_s spi
 Target specific SPI structure.
struct buffer_s tx_buff
 Tx buffer.
struct buffer_s rx_buff
 Rx buffer.

Detailed Description

Asynch SPI HAL structure.

Definition at line 40 of file spi_api.h.


Field Documentation

struct buffer_s rx_buff

Rx buffer.

Definition at line 43 of file spi_api.h.

struct spi_s spi

Target specific SPI structure.

Definition at line 41 of file spi_api.h.

struct buffer_s tx_buff

Tx buffer.

Definition at line 42 of file spi_api.h.