RTEMS
5.0.0
|
Spi Transfer Request prepared by the application upper layer. More...
#include <spi_dma.h>
Data Fields | |
uint8_t * | pTxBuff |
uint8_t | TxSize |
uint8_t * | pRxBuff |
uint16_t | RxSize |
uint8_t | spiCs |
SpidCallback | callback |
void * | pArgument |
Spi Transfer Request prepared by the application upper layer.
This structure is sent to the SPI_SendCommand function to start the transfer. At the end of the transfer, the callback is invoked by the interrupt handler.
SpidCallback _SpidCmd::callback |
Callback function invoked at the end of transfer.
void* _SpidCmd::pArgument |
Callback arguments.
uint8_t* _SpidCmd::pRxBuff |
Pointer to the Rx data.
uint8_t* _SpidCmd::pTxBuff |
Pointer to the Tx data.
uint16_t _SpidCmd::RxSize |
Rx size in bytes.
uint8_t _SpidCmd::spiCs |
SPI chip select.
uint8_t _SpidCmd::TxSize |
Tx size in bytes.