RTEMS
5.0.0
|
Spi Transfer Request prepared by the application upper layer. More...
#include <afe_dma.h>
Data Fields | |
uint32_t * | pRxBuff |
uint16_t | RxSize |
AfeCallback | callback |
void * | pArgument |
Spi Transfer Request prepared by the application upper layer.
This structure is sent to the AFE_SendCommand function to start the transfer. At the end of the transfer, the callback is invoked by the interrupt handler.
AfeCallback AfeCmd::callback |
Callback function invoked at the end of transfer.
void* AfeCmd::pArgument |
Callback arguments.
uint32_t* AfeCmd::pRxBuff |
Pointer to the Rx data.
uint16_t AfeCmd::RxSize |
Rx size in bytes.