RTEMS  5.0.0
Data Fields
AfeCmd Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ callback

AfeCallback AfeCmd::callback

Callback function invoked at the end of transfer.

◆ pArgument

void* AfeCmd::pArgument

Callback arguments.

◆ pRxBuff

uint32_t* AfeCmd::pRxBuff

Pointer to the Rx data.

◆ RxSize

uint16_t AfeCmd::RxSize

Rx size in bytes.


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