|
XINU
|
#include <spi.h>
Data Fields | |
| int32 | length |
| byte * | rxbuf |
| byte * | txbuf |
| int32 spi_transfer::length |
Definition at line 76 of file spi.h.
Referenced by spicontrol().
| byte* spi_transfer::rxbuf |
Definition at line 75 of file spi.h.
Referenced by spicontrol().
| byte* spi_transfer::txbuf |
Definition at line 74 of file spi.h.
Referenced by spicontrol().
1.8.13