Mbed OS Reference
Loading...
Searching...
No Matches
spi_t Struct Reference

Asynch SPI HAL structure. More...

#include <spi_api.h>

Data Fields

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

Detailed Description

Asynch SPI HAL structure.

Definition at line 69 of file spi_api.h.

Field Documentation

◆ spi

struct spi_s spi

Target specific SPI structure.

Definition at line 70 of file spi_api.h.

◆ tx_buff

struct buffer_s tx_buff

Tx buffer.

Definition at line 71 of file spi_api.h.

◆ rx_buff

struct buffer_s rx_buff

Rx buffer.

Definition at line 72 of file spi_api.h.