Spi Transfer Request prepared by the application upper layer. More...
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.
Definition at line 71 of file afe_dma.h.
void* AfeCmd::pArgument |
uint32_t* AfeCmd::pRxBuff |
uint16_t AfeCmd::RxSize |