XINU
Data Fields
spi_transfer Struct Reference

#include <spi.h>

Data Fields

int32 length
 
byterxbuf
 
bytetxbuf
 

Detailed Description

Definition at line 73 of file spi.h.

Field Documentation

◆ length

int32 spi_transfer::length

Definition at line 76 of file spi.h.

Referenced by spicontrol().

◆ rxbuf

byte* spi_transfer::rxbuf

Definition at line 75 of file spi.h.

Referenced by spicontrol().

◆ txbuf

byte* spi_transfer::txbuf

Definition at line 74 of file spi.h.

Referenced by spicontrol().


The documentation for this struct was generated from the following file: